Searched refs:IPPROTO_DIVERT (Results 1 – 13 of 13) sorted by relevance
| /freebsd-12.1/sys/netinet/ |
| H A D | ip_divert.c | 737 static SYSCTL_NODE(_net_inet, IPPROTO_DIVERT, divert, CTLFLAG_RW, 0, 757 .pr_protocol = IPPROTO_DIVERT, 812 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 | 1788 if (inp->inp_socket->so_proto->pr_protocol == IPPROTO_DIVERT || in inp_getmoptions() 2733 if (inp->inp_socket->so_proto->pr_protocol == IPPROTO_DIVERT || in inp_setmoptions()
|
| /freebsd-12.1/tools/regression/netinet/ipdivert/ |
| H A D | ipdivert.c | 79 s = socket(PF_INET, SOCK_RAW, IPPROTO_DIVERT); in ipdivert_create()
|
| /freebsd-12.1/usr.sbin/ipfwpcap/ |
| H A D | ipfwpcap.c | 205 if ((r = socket(PF_INET, SOCK_RAW, IPPROTO_DIVERT)) == -1) { in main()
|
| /freebsd-12.1/sbin/natd/ |
| H A D | natd.c | 230 mip->divertInOut = socket (PF_INET, SOCK_RAW, IPPROTO_DIVERT); in main() 253 mip->divertIn = socket (PF_INET, SOCK_RAW, IPPROTO_DIVERT); in main() 260 mip->divertOut = socket (PF_INET, SOCK_RAW, IPPROTO_DIVERT); in main() 321 divertGlobal = socket (PF_INET, SOCK_RAW, IPPROTO_DIVERT); in main()
|
| /freebsd-12.1/usr.bin/procstat/ |
| H A D | procstat_files.c | 70 case IPPROTO_DIVERT: in protocol_to_string()
|
| /freebsd-12.1/usr.bin/sockstat/ |
| H A D | sockstat.c | 601 case IPPROTO_DIVERT: in gather_inet() 651 case IPPROTO_DIVERT: in gather_inet()
|
| /freebsd-12.1/usr.bin/netstat/ |
| H A D | main.c | 104 NULL, NULL, "divert", 1, IPPROTO_DIVERT },
|
| H A D | inet.c | 110 case IPPROTO_DIVERT: in pcblist_sysctl()
|
| /freebsd-12.1/share/examples/netgraph/ |
| H A D | ngctl | 35 # of type SOCK_RAW, and protocol IPPROTO_DIVERT:
|
| /freebsd-12.1/sys/netinet6/ |
| H A D | in6_mcast.c | 1758 if (inp->inp_socket->so_proto->pr_protocol == IPPROTO_DIVERT || in ip6_getmoptions() 2636 if (inp->inp_socket->so_proto->pr_protocol == IPPROTO_DIVERT || in ip6_setmoptions()
|
| /freebsd-12.1/sys/netgraph/ |
| H A D | ng_ksocket.c | 150 { "divert", IPPROTO_DIVERT, PF_INET },
|