Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/sys/
H A Dmbuf.h537 #define PKTF_FLOW_RAWSOCK 0x8 /* pkt locally generated by raw sock */ macro
592 (PKTF_FLOW_ID | PKTF_FLOW_ADV | PKTF_FLOW_LOCALSRC | PKTF_FLOW_RAWSOCK)
/xnu-11417.140.69/bsd/netinet6/
H A Draw_ip6.c812 PKTF_FLOW_RAWSOCK); in rip6_output()
/xnu-11417.140.69/bsd/netinet/
H A Draw_ip.c667 PKTF_FLOW_RAWSOCK); in rip_output()
/xnu-11417.140.69/bsd/net/
H A Dpktap.c937 if (m->m_pkthdr.pkt_flags & PKTF_FLOW_RAWSOCK) { in pktap_fill_proc_info()
H A Dbpf.c4129 PKTF_FLOW_LOCALSRC | PKTF_FLOW_RAWSOCK)) == in catchpacket()