Searched refs:print_etherinfo (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ether.c114 static char *print_etherinfo();
280 print_etherinfo(&e->ether_dhost));
284 print_etherinfo(&e->ether_shost));
871 src_name = print_etherinfo(&mh->shost);
872 dst_name = print_etherinfo(&mh->dhost);
939 print_etherinfo(&mh->dhost));
943 print_etherinfo(&mh->shost));
1132 src_name = print_etherinfo(&f->shost);
1133 dst_name = print_etherinfo(&f->dhost);
1199 print_etherinfo(
1507 print_etherinfo(struct ether_addr *eaddr) function
[all...]

Completed in 61 milliseconds