Searched refs:tos (Results 1 - 10 of 10) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dsubr_prof.c98 * Froms is actually a bunch of unsigned shorts indexing tos
142 p->tos = cp;
202 gp->tos, gp->tossize);
264 toindex = ++p->tos[0].link;
270 top = &p->tos[toindex];
276 top = &p->tos[toindex];
298 toindex = ++p->tos[0].link;
302 top = &p->tos[toindex];
313 top = &p->tos[top->link];
336 printf("mcount: tos overflo
[all...]
/darwin-on-arm/xnu/bsd/netinet/
H A Din_gif.c113 u_int8_t tos; local
136 tos = ip->ip_tos;
151 tos = (ntohl(ip6->ip6_flow) >> 20) & 0xff;
178 ip_ecn_ingress(ECN_ALLOWED, &iphdr.ip_tos, &tos);
180 ip_ecn_ingress(ECN_NOCARE, &iphdr.ip_tos, &tos);
/darwin-on-arm/xnu/bsd/sys/
H A Dgmon.h206 tostruct_t *tos; member in struct:gmonparam
/darwin-on-arm/xnu/bsd/net/
H A Dif_stf.c522 u_int8_t tos; local
558 tos = (ntohl(ip6->ip6_flow) >> 20) & 0xff;
601 ip_ecn_ingress(ECN_ALLOWED, &ip->ip_tos, &tos);
603 ip_ecn_ingress(ECN_NOCARE, &ip->ip_tos, &tos);
H A Dpf.c4338 else if ((r->rule_flag & PFRULE_TOS) && r->tos &&
4339 !(r->tos & pd->tos))
4341 else if ((r->rule_flag & PFRULE_DSCP) && r->tos &&
4342 !(r->tos & (pd->tos & DSCP_MASK)))
4344 else if ((r->rule_flag & PFRULE_SC) && r->tos &&
4345 ((r->tos & SCIDX_MASK) != pd->sc))
5211 else if (r->tos && !(r->tos
[all...]
H A Dpfvar.h801 u_int8_t tos; member in struct:pf_rule
1435 u_int8_t tos; member in struct:pf_pdesc
H A Dpf_ioctl.c1288 PF_MD5_UPD(rule, tos);
/darwin-on-arm/xnu/bsd/netinet6/
H A Dah_input.c439 u_int8_t tos; local
446 tos = ip->ip_tos;
457 ip_ecn_egress(ip4_ipsec_ecn, &tos, &ip->ip_tos);
H A Desp_input.c478 u_int8_t tos; local
480 tos = ip->ip_tos;
494 ip_ecn_egress(ip4_ipsec_ecn, &tos, &ip->ip_tos);
541 // ip_ecn_egress(ip4_ipsec_ecn, &tos, &ip->ip_tos);
/darwin-on-arm/xnu/osfmk/mach/i386/
H A D_structs.h180 tos :3,

Completed in 110 milliseconds