Searched refs:xig (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.61.12/bsd/netinet/ |
| H A D | raw_ip.c | 1217 struct xinpgen xig; variable 1226 req->oldidx = 2 * (sizeof xig) 1243 bzero(&xig, sizeof(xig)); 1244 xig.xig_len = sizeof xig; 1245 xig.xig_count = n; 1246 xig.xig_gen = gencnt; 1247 xig.xig_sogen = so_gencnt; 1248 error = SYSCTL_OUT(req, &xig, sizeof xig); 1299 bzero(&xig, sizeof(xig)); 1300 xig.xig_len = sizeof xig; [all …]
|
| H A D | in_pcblist.c | 299 struct xinpgen xig; in get_pcblist_n() local 320 req->oldidx = 2 * (sizeof(xig)) + (n + n / 8 + 1) * item_size; in get_pcblist_n() 354 bzero(&xig, sizeof(xig)); in get_pcblist_n() 355 xig.xig_len = sizeof(xig); in get_pcblist_n() 356 xig.xig_count = n; in get_pcblist_n() 358 xig.xig_count += nuserland; in get_pcblist_n() 360 xig.xig_gen = gencnt; in get_pcblist_n() 361 xig.xig_sogen = so_gencnt; in get_pcblist_n() 362 error = SYSCTL_OUT(req, &xig, sizeof(xig)); in get_pcblist_n() 369 if (xig.xig_count == 0) { in get_pcblist_n() [all …]
|
| H A D | udp_usrreq.c | 1248 struct xinpgen xig; variable 1257 req->oldidx = 2 * (sizeof(xig)) 1274 bzero(&xig, sizeof(xig)); 1275 xig.xig_len = sizeof(xig); 1276 xig.xig_count = n; 1277 xig.xig_gen = gencnt; 1278 xig.xig_sogen = so_gencnt; 1279 error = SYSCTL_OUT(req, &xig, sizeof(xig)); 1346 bzero(&xig, sizeof(xig)); 1347 xig.xig_len = sizeof(xig); [all …]
|
| H A D | tcp_subr.c | 2214 struct xinpgen xig; variable 2223 req->oldidx = 2 * (sizeof(xig)) 2240 bzero(&xig, sizeof(xig)); 2241 xig.xig_len = sizeof(xig); 2242 xig.xig_count = n; 2243 xig.xig_gen = gencnt; 2244 xig.xig_sogen = so_gencnt; 2245 error = SYSCTL_OUT(req, &xig, sizeof(xig)); 2314 bzero(&xig, sizeof(xig)); 2315 xig.xig_len = sizeof(xig); [all …]
|
| /xnu-12377.61.12/bsd/net/ |
| H A D | ntstat.c | 8346 struct xinpgen xig; in ntstat_userland_list_n() local 8359 req->oldidx = 2 * (sizeof(xig)) + (n + 1 + n / 8) * item_size; in ntstat_userland_list_n() 8374 bzero(&xig, sizeof(xig)); in ntstat_userland_list_n() 8375 xig.xig_len = sizeof(xig); in ntstat_userland_list_n() 8376 xig.xig_gen = 0; in ntstat_userland_list_n() 8377 xig.xig_sogen = 0; in ntstat_userland_list_n() 8378 xig.xig_count = n; in ntstat_userland_list_n() 8379 error = SYSCTL_OUT(req, &xig, sizeof(xig)); in ntstat_userland_list_n() 8397 error = SYSCTL_OUT(req, &xig, sizeof(xig)); in ntstat_userland_list_n()
|