Searched refs:hbh (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/pmod/ |
| H A D | tcpmod.c | 123 struct ip6_hbh *hbh; in tcpmod_ipv6_setmss() local 138 hbh = mtodo(*mp, hlen); in tcpmod_ipv6_setmss() 139 proto = hbh->ip6h_nxt; in tcpmod_ipv6_setmss() 140 hlen += (hbh->ip6h_len + 1) << 3; in tcpmod_ipv6_setmss()
|
| /f-stack/freebsd/netinet6/ |
| H A D | ip6_input.c | 411 struct ip6_hbh *hbh; in ip6_input_hbh() local 444 hbh = (struct ip6_hbh *)(ip6 + 1); in ip6_input_hbh() 445 *nxt = hbh->ip6h_nxt; in ip6_input_hbh() 952 struct ip6_hbh *hbh; in ip6_hopopts_input() local 955 if (m->m_len < off + sizeof(*hbh)) { in ip6_hopopts_input() 956 m = m_pullup(m, off + sizeof(*hbh)); in ip6_hopopts_input() 964 hbhlen = (hbh->ip6h_len + 1) << 3; in ip6_hopopts_input() 1402 struct ip6_hbh *hbh; in ip6_savecontrol() local 1405 hbh = (struct ip6_hbh *)(ip6 + 1); in ip6_savecontrol() 1406 hbhlen = (hbh->ip6h_len + 1) << 3; in ip6_savecontrol() [all …]
|
| H A D | ip6_output.c | 993 struct ip6_hbh *hbh = mtod(exthdrs.ip6e_hbh, struct ip6_hbh *); in ip6_output() local 998 if ((hbh->ip6h_len + 1) << 3 > exthdrs.ip6e_hbh->m_len) in ip6_output() 1009 if (ip6_process_hopopts(m, (u_int8_t *)(hbh + 1), in ip6_output() 1010 ((hbh->ip6h_len + 1) << 3) - sizeof(struct ip6_hbh), in ip6_output() 1349 struct ip6_hbh *hbh; in ip6_insert_jumboopt() local 1393 hbh = mtod(mopt, struct ip6_hbh *); in ip6_insert_jumboopt() 1394 hbh->ip6h_len += (JUMBOOPTLEN >> 3); in ip6_insert_jumboopt() 3092 struct ip6_hbh *hbh; in ip6_setpktopt() local 3114 hbh = (struct ip6_hbh *)buf; in ip6_setpktopt() 3115 hbhlen = (hbh->ip6h_len + 1) << 3; in ip6_setpktopt() [all …]
|
| H A D | mld6.c | 259 struct ip6_hbh hbh; member 268 .hbh = { 0, 0 }, 3296 mld_po.ip6po_hbh = &mld_ra.hbh; in mld_init()
|
| /f-stack/freebsd/netpfil/ipfw/nptv6/ |
| H A D | nptv6.c | 116 struct ip6_hbh *hbh; in nptv6_getlasthdr() local 127 hbh = mtodo(m, hlen); in nptv6_getlasthdr() 130 proto = hbh->ip6h_nxt; in nptv6_getlasthdr() 131 hlen += (hbh->ip6h_len + 1) << 3; in nptv6_getlasthdr()
|
| /f-stack/freebsd/netpfil/ipfw/nat64/ |
| H A D | nat64_translate.c | 1189 struct ip6_hbh *hbh; in nat64_getlasthdr() local 1206 hbh = mtodo(m, hlen); in nat64_getlasthdr() 1219 proto = hbh->ip6h_nxt; in nat64_getlasthdr() 1220 hlen += (hbh->ip6h_len + 1) << 3; in nat64_getlasthdr()
|