Home
last modified time | relevance | path

Searched refs:addr_copy_swap (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ether.c61 static void addr_copy_swap(struct ether_addr *, struct ether_addr *);
1105 addr_copy_swap(&f->dhost, (struct ether_addr *)(e+1)); in interpret_fddi()
1106 addr_copy_swap(&f->shost, (struct ether_addr *)(e+7)); in interpret_fddi()
1565 addr_copy_swap(struct ether_addr *pd, struct ether_addr *ps) in addr_copy_swap() function