Searched refs:dstopts (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netinet6/ |
H A D | dest6.c | 67 struct ip6_dest *dstopts; in dest6_input() local 74 if (m->m_len < off + sizeof(*dstopts)) { in dest6_input() 75 m = m_pullup(m, off + sizeof(*dstopts)); in dest6_input() 82 dstopts = (struct ip6_dest *)(mtod(m, caddr_t) + off); in dest6_input() 83 dstoptlen = (dstopts->ip6d_len + 1) << 3; in dest6_input() 93 dstopts = (struct ip6_dest *)(mtod(m, caddr_t) + off); in dest6_input() 96 opt = (u_int8_t *)dstopts + sizeof(struct ip6_dest); in dest6_input() 127 return (dstopts->ip6d_nxt); in dest6_input()
|
/freebsd/sbin/ipf/ippool/ |
H A D | ippool_y.y | 83 %type <num> role table inout unit dstopts weighting 445 IPT_POOL unit '/' IPT_DSTLIST '(' name ';' dstopts ')' 563 dstopts:
|
/freebsd/contrib/netbsd-tests/ipf/input/ |
H A D | ipv6.4 | 480 # Case 1: ipv6,fragment[id=11,off=0,m=1],hopopts,ah[next=dstopts] 489 # Case 2: ipv6,fragment[id=11,off=3,m=0],dstopts,hop,tcp
|