Home
last modified time | relevance | path

Searched refs:IRAF_L2SRC_LOOPBACK (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_output.c2070 IRAF_LOOPBACK | IRAF_L2SRC_LOOPBACK; in ip_postfrag_loopback()
H A Dip_ndp.c2065 if (!(ira->ira_flags & IRAF_L2SRC_LOOPBACK)) { in ndp_input_solicit()
2179 if (ira->ira_flags & IRAF_L2SRC_LOOPBACK) in ndp_input_advert()
H A Dspd.c4165 ira->ira_flags |= IRAF_LOOPBACK | IRAF_L2SRC_LOOPBACK; in ipsec_out_to_in()
H A Dip.c7543 } else if ((ira->ira_flags & IRAF_L2SRC_LOOPBACK) && in ip_setl2src()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h2416 #define IRAF_L2SRC_LOOPBACK 0x00800000 /* Came from us */ macro