gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:memset 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
622:                 arp_inuse++, arp_allocated++;
623:                 memset(la, 0, allocsize);
624:                 la->la_rt = rt;
721: ah = mtod(m, struct arphdr *); 722: memset(ah, 0, m->m_len); 723: switch (ifp->if_type) {
1272: if (rt0 == NULL) { 1273: memset(&sin, 0, sizeof(sin)); 1274: sin.sin_len = sizeof(sin);
1455: ah = mtod(m, struct arphdr *); 1456: memset(ah, 0, m->m_len); 1457: ah->ar_pro = htons(ETHERTYPE_IP);