Home
last modified time | relevance | path

Searched refs:ip_proto_hdr (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.81.4/bsd/net/
H A Dif_bridge.c616 uint8_t *__indexable ip_proto_hdr; /* ptr to protocol header (TCP) */ member
4856 info_p->ip_proto_hdr = info_p->ip_hdr + info_p->ip_hlen +
5297 if (info.ip_proto_hdr == NULL) {
5314 tcp = (struct tcphdr *)info.ip_proto_hdr;
6041 if (info.ip_proto_hdr != NULL &&
10568 assert(info_p->ip_proto_hdr != NULL);
10569 tcp = (struct tcphdr *)(void *)info_p->ip_proto_hdr;
10600 if (info.ip_proto_hdr == NULL) {