Search | Google it | Results 1 - 1 of 1 for funcall:memset from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/if_arp.c (0.00 seconds) |
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);