Searched refs:ipstat (Results 1 - 8 of 8) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_flow.c223 OSAddAtomic(ipf->ipf_errors + ipf->ipf_dropped, (SInt32*)&ipstat.ips_cantforward);
224 OSAddAtomic(ipf->ipf_uses, (SInt32*)&ipstat.ips_forward);
225 OSAddAtomic(ipf->ipf_uses, (SInt32*)&ipstat.ips_fastforward);
303 OSAddAtomic(ipf->ipf_uses, (SInt32*)&ipstat.ips_forward);
304 OSAddAtomic(ipf->ipf_uses, (SInt32*)&ipstat.ips_fastforward);
305 ipstat.ips_forward += ipf->ipf_uses;
306 ipstat.ips_fastforward += ipf->ipf_uses;
H A Dip_var.h152 struct ipstat { struct
212 extern struct ipstat ipstat;
H A Dip_input.c234 struct ipstat ipstat; variable in typeref:struct:ipstat
236 &ipstat, ipstat, "IP statistics (struct ipstat, netinet/ip_var.h)");
621 OSAddAtomic(1, (SInt32*)&ipstat.ips_total);
628 OSAddAtomic(1, (SInt32*)&ipstat.ips_toosmall);
637 OSAddAtomic(1, (SInt32*)&ipstat.ips_badvers);
643 OSAddAtomic(1, (SInt32*)&ipstat.ips_badhlen);
648 OSAddAtomic(1, (SInt32*)&ipstat
[all...]
H A Dip_divert.c193 OSAddAtomic(1, (SInt32*)&ipstat.ips_noproto);
294 OSAddAtomic(1, (SInt32*)&ipstat.ips_noproto);
295 OSAddAtomic(-1, (SInt32*)&ipstat.ips_delivered);
371 OSAddAtomic(1, (SInt32*)&ipstat.ips_rawout);
522 OSAddAtomic(1, (SInt32*)&ipstat.ips_toosmall);
H A Din_gif.c252 OSAddAtomic(1, (SInt32*)&ipstat.ips_nogif);
300 OSAddAtomic(1, (SInt32*)&ipstat.ips_nogif);
H A Dip_output.c401 OSAddAtomic(1, (SInt32*)&ipstat.ips_localout);
471 OSAddAtomic(1, (SInt32*)&ipstat.ips_noroute);
591 OSAddAtomic(1, (SInt32*)&ipstat.ips_noroute);
643 OSAddAtomic(1, (SInt32*)&ipstat.ips_noroute);
1279 OSAddAtomic(1, (SInt32*)&ipstat.ips_noroute);
1326 OSAddAtomic(1, (SInt32*)&ipstat.ips_badaddr);
1464 OSAddAtomic(1, (SInt32*)&ipstat.ips_cantfrag);
1499 OSAddAtomic(1, (SInt32*)&ipstat.ips_odropped);
1523 OSAddAtomic(1, (SInt32*)&ipstat.ips_odropped);
1542 OSAddAtomic(nfrags, (SInt32*)&ipstat
[all...]
H A Draw_ip.c274 OSAddAtomic(1, (SInt32*)&ipstat.ips_delivered);
304 OSAddAtomic(1, (SInt32*)&ipstat.ips_noproto);
305 OSAddAtomic(-1, (SInt32*)&ipstat.ips_delivered);
371 OSAddAtomic(1, (SInt32*)&ipstat.ips_rawout);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dipsec.c2949 OSAddAtomic(1, (SInt32*)&ipstat.ips_noroute);
3383 OSAddAtomic(1, (SInt32*)&ipstat.ips_noroute);

Completed in 43 milliseconds