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

12

/freebsd-10.3-release/sys/netinet/
H A Din_proto.c117 .pr_type = 0,
129 .pr_type = SOCK_DGRAM,
143 .pr_type = SOCK_STREAM,
160 .pr_type = SOCK_SEQPACKET,
175 .pr_type = SOCK_STREAM,
187 .pr_type = SOCK_DGRAM,
201 .pr_type = SOCK_RAW,
211 .pr_type = SOCK_RAW,
220 .pr_type = SOCK_RAW,
231 .pr_type
[all...]
H A Dip_gre.c78 .pr_type = SOCK_RAW,
H A Din_gif.c77 .pr_type = SOCK_RAW,
/freebsd-10.3-release/sys/netipx/
H A Dipx_proto.c97 .pr_type = SOCK_DGRAM,
105 .pr_type = SOCK_STREAM,
117 .pr_type = SOCK_SEQPACKET,
126 .pr_type = SOCK_RAW,
/freebsd-10.3-release/sys/netnatm/
H A Dnatm_proto.c61 .pr_type = SOCK_STREAM,
68 .pr_type = SOCK_DGRAM,
75 .pr_type = SOCK_STREAM,
/freebsd-10.3-release/sys/netinet6/
H A Dip6protosw.h114 short pr_type; /* socket type used for */ member in struct:ip6protosw
H A Din6_proto.c150 .pr_type = 0,
162 .pr_type = SOCK_DGRAM,
175 .pr_type = SOCK_STREAM,
191 .pr_type = SOCK_SEQPACKET,
205 .pr_type = SOCK_STREAM,
217 .pr_type = SOCK_DGRAM,
230 .pr_type = SOCK_RAW,
244 .pr_type = SOCK_RAW,
257 .pr_type = SOCK_RAW,
265 .pr_type
[all...]
H A Dip6_gre.c67 .pr_type = SOCK_RAW,
H A Din6_gif.c91 .pr_type = SOCK_RAW,
H A Dsend.c310 .pr_type = SOCK_RAW,
/freebsd-10.3-release/sys/netatalk/
H A Dat_proto.c45 .pr_type = SOCK_DGRAM,
/freebsd-10.3-release/sys/kern/
H A Duipc_domain.c295 if (pr->pr_type && pr->pr_type == type)
316 if ((pr->pr_protocol == protocol) && (pr->pr_type == type))
319 if (type == SOCK_RAW && pr->pr_type == SOCK_RAW &&
340 if (npr->pr_type == 0)
364 if ((pr->pr_type == npr->pr_type) &&
428 if ((pr->pr_type == type) && (pr->pr_protocol == protocol)) {
444 dpr->pr_type = 0;
H A Duipc_debug.c312 db_printf("pr_type: %d ", pr->pr_type);
/freebsd-10.3-release/sys/netgraph/bluetooth/socket/
H A Dng_btsocket.c172 .pr_type = SOCK_RAW,
181 .pr_type = SOCK_RAW,
189 .pr_type = SOCK_SEQPACKET,
198 .pr_type = SOCK_STREAM,
207 .pr_type = SOCK_SEQPACKET,
/freebsd-10.3-release/contrib/less/
H A Dprompt.c23 extern int pr_type;
571 type = (!less_is_more) ? pr_type : pr_type ? 0 : 1;
H A Doptfunc.c32 extern int pr_type;
426 parg.p_string = prproto[pr_type];
H A Dopttbl.c25 public int pr_type; /* Type of prompt (short, medium, long) */ variable
276 TRIPLE, OPT_OFF, &pr_type, NULL,
H A Dmain.c61 extern int pr_type;
/freebsd-10.3-release/sys/netipsec/
H A Dxform_ipip.c607 .pr_type = SOCK_RAW,
618 .pr_type = SOCK_RAW,
H A Dkeysock.c541 .pr_type = SOCK_RAW,
/freebsd-10.3-release/sys/sys/
H A Dprotosw.h79 short pr_type; /* socket type used for */ member in struct:protosw
/freebsd-10.3-release/usr.sbin/traceroute6/
H A Dtraceroute6.c321 const char *pr_type(int);
1129 pr_type(int t0) function
1305 printf(": icmp type %d (%s) code %d\n", type, pr_type(type),
/freebsd-10.3-release/sys/netgraph/
H A Dng_socket.c1147 .pr_type = SOCK_DGRAM,
1154 .pr_type = SOCK_DGRAM,
/freebsd-10.3-release/contrib/traceroute/
H A Dtraceroute.c376 char *pr_type(u_char);
1302 pr_type(register u_char t) function
1377 inet_ntoa(ip->ip_dst), type, pr_type(type), icp->icmp_code);
/freebsd-10.3-release/sys/net/
H A Dif_me.c146 .pr_type = SOCK_RAW,

Completed in 511 milliseconds

12