gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:bzero from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/tcp_subr.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/netinet/tcp_subr.c - 84.9KB - 2,586 lines
635: 
636:         bzero(mtod(m, void *), m->m_len);
637: 
967: struct ipovly *ipov = (struct ipovly *)ip; 968: bzero(ipov->ih_x1, sizeof ipov->ih_x1); 969: ipov->ih_len = htons((u_int16_t)tlen);
1672: 1673: bzero(&th, sizeof(th)); 1674: m_copydata(m, off, sizeof(th), (void *)&th);
1858: struct sockaddr_in sin; 1859: bzero(&sin, sizeof(sin)); 1860: sin.sin_len = sizeof(sin);
1977: 1978: bzero(&sin6, sizeof(sin6)); 1979: sin6.sin6_family = AF_INET6;