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

12

/freebsd-current/sys/netgraph/bluetooth/socket/
H A Dng_btsocket.c71 .pr_type = SOCK_RAW,
90 .pr_type = SOCK_RAW,
108 .pr_type = SOCK_SEQPACKET,
129 .pr_type = SOCK_STREAM,
150 .pr_type = SOCK_SEQPACKET,
/freebsd-current/sys/kern/
H A Duipc_domain.c299 if ((pr = dp->dom_protosw[i]) != NULL && pr->pr_type == type &&
317 MPASS(npr && npr->pr_type > 0 && npr->pr_protocol > 0);
336 if ((dp->dom_protosw[i]->pr_type == npr->pr_type) &&
H A Duipc_debug.c292 db_printf("pr_type: %d ", pr->pr_type);
H A Duipc_usrreq.c3335 .pr_type = SOCK_STREAM,
3361 .pr_type = SOCK_DGRAM,
3384 .pr_type = SOCK_SEQPACKET,
/freebsd-current/contrib/less/
H A Dprompt.c23 extern int pr_type;
543 type = (!less_is_more) ? pr_type : pr_type ? 0 : 1;
H A Dmain.c61 extern int pr_type;
H A Dopttbl.c26 public int pr_type; /* Type of prompt (short, medium, long) */ variable
336 TRIPLE, OPT_OFF, &pr_type, NULL,
H A Doptfunc.c32 extern int pr_type;
445 parg.p_string = prproto[pr_type];
/freebsd-current/sys/sys/
H A Dprotosw.h105 short pr_type; /* socket type used for */ member in struct:protosw
/freebsd-current/sys/netinet6/
H A Dsend.c320 .pr_type = SOCK_RAW,
H A Dsctp6_usrreq.c1108 .pr_type = SOCK_SEQPACKET,
1114 .pr_type = SOCK_STREAM,
H A Din6_mcast.c1797 if (inp->inp_socket->so_proto->pr_type != SOCK_RAW &&
1798 inp->inp_socket->so_proto->pr_type != SOCK_DGRAM) {
2676 if (inp->inp_socket->so_proto->pr_type != SOCK_RAW &&
2677 inp->inp_socket->so_proto->pr_type != SOCK_DGRAM)
H A Draw_ip6.c855 .pr_type = SOCK_RAW,
H A Dudp6_usrreq.c1252 .pr_type = SOCK_DGRAM, \
/freebsd-current/sys/netipsec/
H A Dkeysock.c338 .pr_type = SOCK_RAW,
/freebsd-current/usr.sbin/traceroute6/
H A Dtraceroute6.c297 const char *pr_type(int);
1265 pr_type(int t0) function
1482 printf(": icmp type %d (%s) code %d\n", *type, pr_type(*type),
/freebsd-current/sys/netlink/
H A Dnetlink_domain.c997 .pr_type = SOCK_RAW,
1002 .pr_type = SOCK_DGRAM,
/freebsd-current/sys/netgraph/
H A Dng_socket.c1138 .pr_type = SOCK_DGRAM,
1150 .pr_type = SOCK_DGRAM,
/freebsd-current/usr.sbin/traceroute/
H A Dtraceroute.c363 char *pr_type(u_char);
1336 pr_type(register u_char t) function
1407 inet_ntoa(ip->ip_dst), type, pr_type(type), icp->icmp_code);
/freebsd-current/sys/netinet/
H A Dip_divert.c709 .pr_type = SOCK_RAW,
H A Din_mcast.c1745 if (inp->inp_socket->so_proto->pr_type != SOCK_RAW &&
1746 inp->inp_socket->so_proto->pr_type != SOCK_DGRAM) {
2705 if (inp->inp_socket->so_proto->pr_type != SOCK_RAW &&
2706 inp->inp_socket->so_proto->pr_type != SOCK_DGRAM)
H A Draw_ip.c1080 .pr_type = SOCK_RAW,
H A Dtcp_usrreq.c1403 .pr_type = SOCK_STREAM,
1431 .pr_type = SOCK_STREAM,
/freebsd-current/sys/dev/hyperv/hvsock/
H A Dhv_sock.c90 .pr_type = SOCK_STREAM,
/freebsd-current/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1883 .pr_type = SOCK_STREAM, \

Completed in 215 milliseconds

12