Search | Google it | Results 1 - 1 of 1 for funcall:ntohs from t2ex/bsd_source/t2ex/network/net/src_bsd/net/if_ethersubr.c (0.00 seconds) |
321: 322: switch (ntohs(ah->ar_op)) { 323: case ARPOP_REVREQUEST: 650: eh = mtod(m, struct ether_header *); 651: etype = ntohs(eh->ether_type); 652: 749: eh = mtod(m, struct ether_header *); 750: etype = ntohs(eh->ether_type); 751: } 940: at_org_code, sizeof(at_org_code)) == 0 && 941: ntohs(l->llc_snap_ether_type) == 942: ETHERTYPE_ATALK) { 952: sizeof(aarp_org_code)) == 0 && 953: ntohs(l->llc_snap_ether_type) == 954: ETHERTYPE_AARP) {