885: m->m_len >= arplen)
886: switch (ntohs(ar->ar_pro)) {
887: case ETHERTYPE_IP:
943: ah = mtod(m, struct arphdr *);
944: op = ntohs(ah->ar_op);
945:
951: case IFT_IEEE1394:
952: if (ntohs(ah->ar_hrd) == ARPHRD_IEEE1394)
953: ;
1137: rif = TOKEN_RIF(trh);
1138: riflen = (ntohs(rif->tr_rcf) &
1139: TOKEN_RCF_LEN_MASK) >> 8;
1353: #if 0 /* XXX I don't think we need this... and it will prevent other LL */
1354: if (ntohs(ar->ar_hrd) != ARPHRD_ETHER)
1355: goto out;
1358: goto out;
1359: switch (ntohs(ar->ar_pro)) {
1360: case ETHERTYPE_IP:
1391: ah = mtod(m, struct arphdr *);
1392: op = ntohs(ah->ar_op);
1393: