Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dip6.h114 u_int16_t ip6_un1_plen; /* payload length */ member
126 #define ip6_plen ip6_ctlun.ip6_un1.ip6_un1_plen
/xnu-12377.41.6/bsd/dev/dtrace/scripts/
H A Dip.d89 ip_plength = (ip6 != NULL) ? (ntohs(ip6->ip6_ctlun.ip6_un1.ip6_un1_plen)) : 0;
106 ntohs(((struct ip6_hdr *)i)->ip6_ctlun.ip6_un1.ip6_un1_plen) : 0)) : 0;
206 ipv6_plen = (ip6 != NULL) ? ntohs(ip6->ip6_ctlun.ip6_un1.ip6_un1_plen) : 0;
/xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c179 .ip6_ctlun.ip6_un1.ip6_un1_plen = 0,