Searched refs:pr_type (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-13-stable/sys/netinet/
H A Din_proto.c112 .pr_type = 0,
121 .pr_type = SOCK_DGRAM,
132 .pr_type = SOCK_STREAM,
146 .pr_type = SOCK_SEQPACKET,
158 .pr_type = SOCK_STREAM,
170 .pr_type = SOCK_DGRAM,
181 .pr_type = SOCK_RAW,
191 .pr_type = SOCK_RAW,
200 .pr_type = SOCK_RAW,
211 .pr_type
[all...]
H A Dsctp_module.c59 .pr_type = SOCK_STREAM,
71 .pr_type = SOCK_SEQPACKET,
87 .pr_type = SOCK_STREAM,
100 .pr_type = SOCK_SEQPACKET,
H A Din_mcast.c1799 (inp->inp_socket->so_proto->pr_type != SOCK_RAW &&
1800 inp->inp_socket->so_proto->pr_type != SOCK_DGRAM)) {
2764 (inp->inp_socket->so_proto->pr_type != SOCK_RAW &&
2765 inp->inp_socket->so_proto->pr_type != SOCK_DGRAM))
H A Dip_divert.c790 .pr_type = SOCK_RAW,
H A Dip_carp.c2171 .pr_type = SOCK_RAW,
2185 .pr_type = SOCK_RAW,
/freebsd-13-stable/sys/netinet6/
H A Din6_proto.c145 .pr_type = 0,
154 .pr_type = SOCK_DGRAM,
167 .pr_type = SOCK_STREAM,
183 .pr_type = SOCK_SEQPACKET,
197 .pr_type = SOCK_STREAM,
209 .pr_type = SOCK_DGRAM,
222 .pr_type = SOCK_RAW,
236 .pr_type = SOCK_RAW,
249 .pr_type = SOCK_RAW,
257 .pr_type
[all...]
H A Dsend.c329 .pr_type = SOCK_RAW,
H A Din6_mcast.c1759 (inp->inp_socket->so_proto->pr_type != SOCK_RAW &&
1760 inp->inp_socket->so_proto->pr_type != SOCK_DGRAM)) {
2630 (inp->inp_socket->so_proto->pr_type != SOCK_RAW &&
2631 inp->inp_socket->so_proto->pr_type != SOCK_DGRAM))
/freebsd-13-stable/sys/kern/
H A Duipc_domain.c296 if (pr->pr_type && pr->pr_type == type)
317 if ((pr->pr_protocol == protocol) && (pr->pr_type == type))
320 if (type == SOCK_RAW && pr->pr_type == SOCK_RAW &&
341 if (npr->pr_type == 0)
365 if ((pr->pr_type == npr->pr_type) &&
429 if ((pr->pr_type == type) && (pr->pr_protocol == protocol)) {
445 dpr->pr_type = 0;
H A Duipc_debug.c316 db_printf("pr_type: %d ", pr->pr_type);
H A Duipc_usrreq.c429 .pr_type = SOCK_STREAM,
436 .pr_type = SOCK_DGRAM,
443 .pr_type = SOCK_SEQPACKET,
/freebsd-13-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket.c174 .pr_type = SOCK_RAW,
183 .pr_type = SOCK_RAW,
191 .pr_type = SOCK_SEQPACKET,
200 .pr_type = SOCK_STREAM,
209 .pr_type = SOCK_SEQPACKET,
/freebsd-13-stable/contrib/less/
H A Dprompt.c23 extern int pr_type;
580 type = (!less_is_more) ? pr_type : pr_type ? 0 : 1;
H A Doptfunc.c32 extern int pr_type;
449 parg.p_string = prproto[pr_type];
H A Dopttbl.c25 public int pr_type; /* Type of prompt (short, medium, long) */ variable
295 TRIPLE, OPT_OFF, &pr_type, NULL,
H A Dmain.c61 extern int pr_type;
/freebsd-13-stable/sys/sys/
H A Dprotosw.h80 short pr_type; /* socket type used for */ member in struct:protosw
/freebsd-13-stable/sys/netipsec/
H A Dkeysock.c445 .pr_type = SOCK_RAW,
/freebsd-13-stable/usr.sbin/traceroute6/
H A Dtraceroute6.c310 const char *pr_type(int);
1250 pr_type(int t0) function
1466 printf(": icmp type %d (%s) code %d\n", *type, pr_type(*type),
/freebsd-13-stable/sys/netgraph/
H A Dng_socket.c1173 .pr_type = SOCK_DGRAM,
1180 .pr_type = SOCK_DGRAM,
/freebsd-13-stable/contrib/traceroute/
H A Dtraceroute.c388 char *pr_type(u_char);
1384 pr_type(register u_char t) function
1459 inet_ntoa(ip->ip_dst), type, pr_type(type), icp->icmp_code);
/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1950 .pr_type = SOCK_STREAM,
1959 .pr_type = SOCK_STREAM,
/freebsd-13-stable/sys/dev/hyperv/hvsock/
H A Dhv_sock.c115 .pr_type = SOCK_STREAM,
/freebsd-13-stable/sys/net/
H A Drtsock.c2686 .pr_type = SOCK_RAW,
/freebsd-13-stable/sys/netpfil/pf/
H A Dif_pfsync.c2430 .pr_type = SOCK_RAW,

Completed in 310 milliseconds

12