| /f-stack/freebsd/netinet/ |
| H A D | in_proto.c | 114 .pr_protocol = IPPROTO_IP, 123 .pr_protocol = IPPROTO_UDP, 134 .pr_protocol = IPPROTO_TCP, 148 .pr_protocol = IPPROTO_SCTP, 160 .pr_protocol = IPPROTO_SCTP, 183 .pr_protocol = IPPROTO_RAW, 193 .pr_protocol = IPPROTO_ICMP, 202 .pr_protocol = IPPROTO_IGMP, 213 .pr_protocol = IPPROTO_RSVP, 249 .pr_protocol = IPPROTO_GRE, [all …]
|
| H A D | sctp_module.c | 61 .pr_protocol = IPPROTO_SCTP, 73 .pr_protocol = IPPROTO_SCTP, 89 .pr_protocol = IPPROTO_SCTP, 102 .pr_protocol = IPPROTO_SCTP,
|
| H A D | ip_input.c | 366 pr->pr_protocol && pr->pr_protocol != IPPROTO_RAW) { in ip_init() 368 if (pr->pr_protocol < IPPROTO_MAX) in ip_init() 369 ip_protox[pr->pr_protocol] = pr - inetsw; in ip_init() 895 pr->pr_protocol && pr->pr_protocol == ipproto) { in ipproto_register() 896 ip_protox[pr->pr_protocol] = pr - inetsw; in ipproto_register() 1357 so->so_proto->pr_protocol != IPPROTO_RSVP) in ip_rsvp_init()
|
| H A D | sctp_syscalls.c | 161 if (head->so_proto->pr_protocol != IPPROTO_SCTP) { 267 if (so->so_proto->pr_protocol != IPPROTO_SCTP) { 383 if (so->so_proto->pr_protocol != IPPROTO_SCTP) { 490 if (so->so_proto->pr_protocol != IPPROTO_SCTP) {
|
| H A D | udp_usrreq.c | 977 isudplite = (so->so_proto->pr_protocol == IPPROTO_UDPLITE) ? 1 : 0; in udp_ctloutput() 981 if (sopt->sopt_level != so->so_proto->pr_protocol) { in udp_ctloutput() 1277 pr = inp->inp_socket->so_proto->pr_protocol; in udp_output() 1536 pcbinfo = udp_get_inpcbinfo(so->so_proto->pr_protocol); in udp_abort() 1558 pcbinfo = udp_get_inpcbinfo(so->so_proto->pr_protocol); in udp_attach() 1623 pcbinfo = udp_get_inpcbinfo(so->so_proto->pr_protocol); in udp_bind() 1640 pcbinfo = udp_get_inpcbinfo(so->so_proto->pr_protocol); in udp_close() 1663 pcbinfo = udp_get_inpcbinfo(so->so_proto->pr_protocol); in udp_connect() 1695 pcbinfo = udp_get_inpcbinfo(so->so_proto->pr_protocol); in udp_detach() 1717 pcbinfo = udp_get_inpcbinfo(so->so_proto->pr_protocol); in udp_disconnect()
|
| H A D | ip_divert.c | 764 .pr_protocol = IPPROTO_DIVERT,
|
| /f-stack/freebsd/netinet6/ |
| H A D | in6_proto.c | 139 .pr_protocol = PROTO_SPACER, \ 147 .pr_protocol = IPPROTO_IPV6, 156 .pr_protocol = IPPROTO_UDP, 169 .pr_protocol = IPPROTO_TCP, 185 .pr_protocol = IPPROTO_SCTP, 199 .pr_protocol = IPPROTO_SCTP, 224 .pr_protocol = IPPROTO_RAW, 276 .pr_protocol = IPPROTO_IPV4, 287 .pr_protocol = IPPROTO_IPV6, 297 .pr_protocol = IPPROTO_GRE, [all …]
|
| H A D | udp6_usrreq.c | 768 nxt = (inp->inp_socket->so_proto->pr_protocol == IPPROTO_UDP) ? in udp6_output() 866 pcbinfo = udp_get_inpcbinfo(so->so_proto->pr_protocol); in udp6_output() 959 pr = inp->inp_socket->so_proto->pr_protocol; in udp6_output() 1005 pcbinfo = udp_get_inpcbinfo(so->so_proto->pr_protocol); in udp6_abort() 1015 nxt = (inp->inp_socket->so_proto->pr_protocol == IPPROTO_UDP) ? in udp6_abort() 1041 pcbinfo = udp_get_inpcbinfo(so->so_proto->pr_protocol); in udp6_attach() 1090 pcbinfo = udp_get_inpcbinfo(so->so_proto->pr_protocol); in udp6_bind() 1137 pcbinfo = udp_get_inpcbinfo(so->so_proto->pr_protocol); in udp6_close() 1177 pcbinfo = udp_get_inpcbinfo(so->so_proto->pr_protocol); in udp6_connect() 1268 pcbinfo = udp_get_inpcbinfo(so->so_proto->pr_protocol); in udp6_detach() [all …]
|
| H A D | raw_ip6.c | 422 so->so_proto->pr_protocol)) != 0) { in rip6_output() 448 if (so->so_proto->pr_protocol == IPPROTO_ICMPV6) { in rip6_output() 472 &dstsock->sin6_addr, 0, 0, so->so_proto->pr_protocol, in rip6_output() 507 if (so->so_proto->pr_protocol == IPPROTO_ICMPV6 || in rip6_output() 514 if (so->so_proto->pr_protocol == IPPROTO_ICMPV6) in rip6_output() 541 so->so_proto->pr_protocol == IPPROTO_ICMPV6) { in rip6_output() 556 if (so->so_proto->pr_protocol == IPPROTO_ICMPV6) { in rip6_output()
|
| H A D | ip6_input.c | 279 pr->pr_protocol && pr->pr_protocol != IPPROTO_RAW) { in ip6_init() 281 if (pr->pr_protocol < IPPROTO_MAX) in ip6_init() 282 ip6_protox[pr->pr_protocol] = pr - inet6sw; in ip6_init() 320 pr->pr_protocol && pr->pr_protocol == ip6proto) { in ip6proto_register() 321 ip6_protox[pr->pr_protocol] = pr - inet6sw; in ip6proto_register()
|
| H A D | send.c | 313 .pr_protocol = IPPROTO_SEND,
|
| H A D | ip6_output.c | 1634 uproto = (int)so->so_proto->pr_protocol; in ip6_ctloutput() 2458 } else if (so->so_proto->pr_protocol == in ip6_raw_ctloutput() 2467 if (so->so_proto->pr_protocol == IPPROTO_ICMPV6) in ip6_raw_ctloutput() 2528 td->td_ucred : NULL, so->so_proto->pr_protocol)) != 0) { in ip6_pcbopts()
|
| H A D | ip6_mroute.c | 562 so->so_type, so->so_proto->pr_protocol); in ip6_mrouter_init() 565 so->so_proto->pr_protocol != IPPROTO_ICMPV6) in ip6_mrouter_init()
|
| /f-stack/freebsd/netgraph/bluetooth/socket/ |
| H A D | ng_btsocket.c | 176 .pr_protocol = BLUETOOTH_PROTO_HCI, 185 .pr_protocol = BLUETOOTH_PROTO_L2CAP, 193 .pr_protocol = BLUETOOTH_PROTO_L2CAP, 202 .pr_protocol = BLUETOOTH_PROTO_RFCOMM, 211 .pr_protocol = BLUETOOTH_PROTO_SCO,
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_domain.c | 317 if ((pr->pr_protocol == protocol) && (pr->pr_type == type)) in pffindproto() 321 pr->pr_protocol == 0 && maybe == NULL) in pffindproto() 343 if (npr->pr_protocol == 0) in pf_proto_register() 366 (pr->pr_protocol == npr->pr_protocol)) { in pf_proto_register() 371 if ((fpr == NULL) && (pr->pr_protocol == PROTO_SPACER)) in pf_proto_register() 429 if ((pr->pr_type == type) && (pr->pr_protocol == protocol)) { in pf_proto_unregister() 447 dpr->pr_protocol = PROTO_SPACER; in pf_proto_unregister()
|
| H A D | uipc_debug.c | 322 db_printf("pr_protocol: %d\n", pr->pr_protocol); in db_print_protosw()
|
| H A D | kern_sendfile.c | 669 if ((*so)->so_proto->pr_protocol == IPPROTO_SCTP) in sendfile_getsock() 971 so->so_proto->pr_protocol == IPPROTO_TCP) in vn_sendfile()
|
| H A D | sys_socket.c | 385 kif->kf_un.kf_sock.kf_sock_protocol0 = so->so_proto->pr_protocol; in soo_fill_kinfo()
|
| H A D | uipc_ktls.c | 1028 if (so->so_proto->pr_protocol != IPPROTO_TCP) in ktls_enable_rx() 1095 if (so->so_proto->pr_protocol != IPPROTO_TCP) in ktls_enable_tx()
|
| /f-stack/tools/netstat/ |
| H A D | main.c | 95 int pr_protocol; member 768 (*pr)(off, name, af, tp->pr_protocol); in printproto()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | protosw.h | 80 short pr_protocol; /* protocol number */ member
|
| /f-stack/freebsd/sys/ |
| H A D | protosw.h | 82 short pr_protocol; /* protocol number */ member
|
| /f-stack/freebsd/netipsec/ |
| H A D | keysock.c | 447 .pr_protocol = PF_KEY_V2,
|
| /f-stack/freebsd/netgraph/ |
| H A D | ng_socket.c | 1169 .pr_protocol = NG_CONTROL, 1176 .pr_protocol = NG_DATA,
|
| /f-stack/freebsd/security/audit/ |
| H A D | audit_arg.c | 705 so->so_proto->pr_protocol; in audit_arg_file()
|