gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:mtod from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/if_arp.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/netinet/if_arp.c - 55.2KB - 1,677 lines
720:         MH_ALIGN(m, m->m_len);
721:         ah = mtod(m, struct arphdr *);
722:         memset(ah, 0, m->m_len);
942: goto out; 943: ah = mtod(m, struct arphdr *); 944: op = ntohs(ah->ar_op);
1270: 1271: ah = mtod(m, struct arphdr *); 1272: if (rt0 == NULL) {
1351: goto out; 1352: ar = mtod(m, struct arphdr *); 1353: #if 0 /* XXX I don't think we need this... and it will prevent other LL */
1390: 1391: ah = mtod(m, struct arphdr *); 1392: op = ntohs(ah->ar_op);
1454: MH_ALIGN(m, m->m_len); 1455: ah = mtod(m, struct arphdr *); 1456: memset(ah, 0, m->m_len);