Searched refs:IPPROTO_DIVERT (Results 1 – 9 of 9) sorted by relevance
| /f-stack/dpdk/app/test-pmd/ |
| H A D | icmpecho.c | 200 #ifdef IPPROTO_DIVERT in ip_proto_name() 201 case IPPROTO_DIVERT: /**< divert pseudo-protocol */ in ip_proto_name()
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_divert.c | 741 static SYSCTL_NODE(_net_inet, IPPROTO_DIVERT, divert, 764 .pr_protocol = IPPROTO_DIVERT, 819 err = pf_proto_unregister(PF_INET, IPPROTO_DIVERT, SOCK_RAW); in div_modevent()
|
| H A D | in.h | 262 #define IPPROTO_DIVERT 258 /* divert pseudo-protocol */ macro
|
| H A D | in_mcast.c | 1798 if (inp->inp_socket->so_proto->pr_protocol == IPPROTO_DIVERT || in inp_getmoptions() 2765 if (inp->inp_socket->so_proto->pr_protocol == IPPROTO_DIVERT || in inp_setmoptions()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | in.h | 245 #define IPPROTO_DIVERT 258 /* divert pseudo-protocol */ macro
|
| /f-stack/tools/netstat/ |
| H A D | main.c | 110 NULL, NULL, "divert", 1, IPPROTO_DIVERT },
|
| H A D | inet.c | 112 case IPPROTO_DIVERT: in pcblist_sysctl()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_ksocket.c | 150 { "divert", IPPROTO_DIVERT, PF_INET },
|
| /f-stack/freebsd/netinet6/ |
| H A D | in6_mcast.c | 1758 if (inp->inp_socket->so_proto->pr_protocol == IPPROTO_DIVERT || in ip6_getmoptions() 2629 if (inp->inp_socket->so_proto->pr_protocol == IPPROTO_DIVERT || in ip6_setmoptions()
|