shost             735 net/if_pppoe.c 	u_int8_t shost[ETHER_ADDR_LEN];
shost             741 net/if_pppoe.c 	memcpy(shost, mtod(m, struct ether_header*)->ether_shost, ETHER_ADDR_LEN);
shost             771 net/if_pppoe.c 		pppoe_send_padt(m->m_pkthdr.rcvif, session, shost);
shost            1503 netinet/ip_carp.c carp_input(struct mbuf *m, u_int8_t *shost, u_int8_t *dhost, u_int16_t etype)
shost            1509 netinet/ip_carp.c 	bcopy(shost, &eh.ether_shost, sizeof(eh.ether_shost));