Home
last modified time | relevance | path

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

/dragonfly/sys/netinet6/
H A Dip6_input.c1058 #define IS2292(x, y) ((in6p->in6p_flags & IN6P_RFC2292) ? (x) : (y)) in ip6_savecontrol()
1080 if (in6p->in6p_flags & IN6P_PKTINFO) { in ip6_savecontrol()
1093 if (in6p->in6p_flags & IN6P_HOPLIMIT) { in ip6_savecontrol()
1102 if ((in6p->in6p_flags & IN6P_TCLASS) != 0) { in ip6_savecontrol()
1122 if ((in6p->in6p_flags & IN6P_HOPOPTS) && privileged) { in ip6_savecontrol()
1176 if ((in6p->in6p_flags & (IN6P_DSTOPTS | IN6P_RTHDRDSTOPTS)) != 0) { in ip6_savecontrol()
1204 if ((in6p->in6p_flags & in ip6_savecontrol()
1267 if ((in6p->in6p_flags & IN6P_DSTOPTS) == 0) in ip6_savecontrol()
1284 if (!(in6p->in6p_flags & IN6P_RTHDR)) in ip6_savecontrol()
H A Dip6_output.c1232 in6p->in6p_flags |= (bit); \ in ip6_ctloutput()
1234 in6p->in6p_flags &= ~(bit); \ in ip6_ctloutput()
1242 in6p->in6p_flags |= IN6P_RFC2292; \ in ip6_ctloutput()
1244 in6p->in6p_flags |= (bit); \ in ip6_ctloutput()
1246 in6p->in6p_flags &= ~(bit); \ in ip6_ctloutput()
1514 in6p->in6p_flags &= ~(IN6P_LOWPORT); in ip6_ctloutput()
1515 in6p->in6p_flags &= ~(IN6P_HIGHPORT); in ip6_ctloutput()
1519 in6p->in6p_flags &= ~(IN6P_LOWPORT); in ip6_ctloutput()
1520 in6p->in6p_flags |= IN6P_HIGHPORT; in ip6_ctloutput()
1525 in6p->in6p_flags |= IN6P_LOWPORT; in ip6_ctloutput()
[all …]
H A Dudp6_usrreq.c260 if ((last->in6p_flags & IN6P_CONTROLOPTS) || in udp6_input()
309 if (last->in6p_flags & IN6P_CONTROLOPTS in udp6_input()
359 if (in6p->in6p_flags & IN6P_CONTROLOPTS in udp6_input()
H A Draw_ip6.c136 if (in6p->in6p_flags & INP_PLACEMARKER) in rip6_input()
165 if ((last->in6p_flags & IN6P_CONTROLOPTS) || in rip6_input()
193 if ((last->in6p_flags & IN6P_CONTROLOPTS) || in rip6_input()
H A Din6_pcb.c373 if (inp->in6p_flags & IN6P_AUTOFLOWLABEL) in in6_pcbconnect()
726 if (in6p->in6p_flags & INP_PLACEMARKER) in in6_pcbpurgeif0()
H A Dicmp6.c112 #define in6p_flags inp_flags macro
1862 if (last->in6p_flags & IN6P_CONTROLOPTS) in icmp6_rip6_input()
1886 if (last->in6p_flags & IN6P_CONTROLOPTS) in icmp6_rip6_input()
/dragonfly/sys/netinet/
H A Din_pcb.h254 #define in6p_flags inp_flags /* for KAME src sync over BSD*'s */ macro