Home
last modified time | relevance | path

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

/netbsd/sys/netinet6/
H A Dudp6_usrreq.c346 inp->inp_flags &= ~IN6P_ESPINUDP; in udp6_ctloutput()
350 inp->inp_flags |= IN6P_ESPINUDP; in udp6_ctloutput()
526 if (inp->inp_flags & IN6P_ESPINUDP) { in udp6_realinput()
/netbsd/sys/netinet/
H A Din_pcb.h206 #define IN6P_ESPINUDP INP_ESPINUDP /* ESP over UDP for NAT-T */ macro