| /f-stack/freebsd/netinet/ |
| H A D | sctp_module.c | 121 error = pf_proto_register(PF_INET, &sctp_stream_protosw); in sctp_module_load() 124 error = pf_proto_register(PF_INET, &sctp_seqpacket_protosw); in sctp_module_load() 156 (void)pf_proto_unregister(PF_INET, IPPROTO_SCTP, SOCK_STREAM); in sctp_module_unload() 157 (void)pf_proto_unregister(PF_INET, IPPROTO_SCTP, SOCK_SEQPACKET); in sctp_module_unload()
|
| H A D | ip_input.c | 352 pr = pffindproto(PF_INET, IPPROTO_RAW, SOCK_RAW); in ip_init() 365 if (pr->pr_domain->dom_family == PF_INET && in ip_init() 885 pr = pffindproto(PF_INET, IPPROTO_RAW, SOCK_RAW); in ipproto_register() 894 if (pr->pr_domain->dom_family == PF_INET && in ipproto_register() 913 pr = pffindproto(PF_INET, IPPROTO_RAW, SOCK_RAW); in ipproto_unregister()
|
| H A D | ip_divert.c | 785 err = pf_proto_register(PF_INET, &div_protosw); in div_modevent() 819 err = pf_proto_unregister(PF_INET, IPPROTO_DIVERT, SOCK_RAW); in div_modevent()
|
| H A D | in_proto.c | 312 SYSCTL_NODE(_net, PF_INET, inet, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
|
| H A D | ip_carp.c | 2203 pf_proto_unregister(PF_INET, IPPROTO_CARP, SOCK_RAW); in carp_mod_cleanup() 2269 proto_reg[CARP_INET] = pf_proto_register(PF_INET, &in_carp_protosw); in carp_mod_load()
|
| H A D | if_ether.c | 95 static SYSCTL_NODE(_net_link_ether, PF_INET, inet,
|
| H A D | sctputil.c | 7461 if ((ret = socreate(PF_INET, &SCTP_BASE_INFO(udp4_tun_socket), in sctp_over_udp_start()
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_ksocket.c | 121 { "inet", PF_INET }, 139 { "ip", IPPROTO_IP, PF_INET }, 140 { "raw", IPPROTO_RAW, PF_INET }, 141 { "icmp", IPPROTO_ICMP, PF_INET }, 143 { "tcp", IPPROTO_TCP, PF_INET }, 144 { "udp", IPPROTO_UDP, PF_INET }, 145 { "gre", IPPROTO_GRE, PF_INET }, 146 { "esp", IPPROTO_ESP, PF_INET }, 147 { "ah", IPPROTO_AH, PF_INET }, 151 { "pim", IPPROTO_PIM, PF_INET }, [all …]
|
| /f-stack/freebsd/security/audit/ |
| H A D | bsm_domain.c | 53 { BSM_PF_INET, PF_INET },
|
| H A D | audit_arg.c | 698 if (INP_CHECK_SOCKAF(so, PF_INET)) { in audit_arg_file()
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_osfp.c | 79 if ((pd->af != PF_INET && pd->af != PF_INET6) || in pf_osfp_fingerprint() 83 if (pd->af == PF_INET) { in pf_osfp_fingerprint()
|
| H A D | if_pfsync.c | 2510 error = pf_proto_register(PF_INET, &in_pfsync_protosw); in pfsync_init() 2515 pf_proto_unregister(PF_INET, IPPROTO_PFSYNC, SOCK_RAW); in pfsync_init() 2530 pf_proto_unregister(PF_INET, IPPROTO_PFSYNC, SOCK_RAW); in pfsync_uninit()
|
| /f-stack/freebsd/security/mac_portacl/ |
| H A D | mac_portacl.c | 449 if (so->so_proto->pr_domain->dom_family != PF_INET && in socket_check_bind()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | socket.h | 349 #define PF_INET AF_INET macro
|
| /f-stack/freebsd/sys/ |
| H A D | socket.h | 355 #define PF_INET AF_INET macro
|
| /f-stack/dpdk/drivers/net/af_packet/ |
| H A D | rte_eth_af_packet.c | 482 s = socket(PF_INET, SOCK_DGRAM, 0); in eth_dev_mtu_set() 529 s = socket(PF_INET, SOCK_DGRAM, 0); in eth_dev_change_flags()
|
| /f-stack/dpdk/drivers/net/vdev_netvsc/ |
| H A D | vdev_netvsc.c | 162 int s = socket(PF_INET, SOCK_DGRAM, IPPROTO_IP); in vdev_netvsc_foreach_iface()
|
| /f-stack/dpdk/drivers/net/mlx4/ |
| H A D | mlx4_ethdev.c | 150 int sock = socket(PF_INET, SOCK_DGRAM, IPPROTO_IP); in mlx4_ifreq()
|
| /f-stack/dpdk/drivers/vdpa/mlx5/ |
| H A D | mlx5_vdpa.c | 247 sock = socket(PF_INET, SOCK_DGRAM, IPPROTO_IP); in mlx5_vdpa_mtu_set()
|
| /f-stack/dpdk/drivers/net/af_xdp/ |
| H A D | rte_eth_af_xdp.c | 1248 s = socket(PF_INET, SOCK_DGRAM, 0); 1266 s = socket(PF_INET, SOCK_DGRAM, 0);
|
| /f-stack/app/micro_thread/ |
| H A D | mt_api.cpp | 48 int sock = socket(PF_INET, SOCK_DGRAM, 0); in mt_udpsendrcv()
|
| /f-stack/dpdk/drivers/net/mlx5/linux/ |
| H A D | mlx5_ethdev_os.c | 188 int sock = socket(PF_INET, SOCK_DGRAM, IPPROTO_IP); in mlx5_ifreq()
|
| /f-stack/freebsd/net/altq/ |
| H A D | altq_subr.c | 1023 case PF_INET: {
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_socket.c | 542 if ((prp->pr_domain->dom_family == PF_INET) || in socreate() 3070 if (((so->so_proto->pr_domain->dom_family == PF_INET) ||
|
| /f-stack/tools/ipfw/ |
| H A D | ipfw2.c | 4042 family = PF_INET; in compile_rule() 4092 if (family == PF_INET) { in compile_rule()
|