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

12

/freebsd-10.0-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_RAW,
197 .pr_type = SOCK_RAW,
206 .pr_type = SOCK_RAW,
217 .pr_type = SOCK_RAW,
227 .pr_type
[all...]
H A Din_gif.c78 .pr_type = SOCK_RAW,
H A Din_mcast.c1723 (inp->inp_socket->so_proto->pr_type != SOCK_RAW &&
1724 inp->inp_socket->so_proto->pr_type != SOCK_DGRAM)) {
2649 (inp->inp_socket->so_proto->pr_type != SOCK_RAW &&
2650 inp->inp_socket->so_proto->pr_type != SOCK_DGRAM))
/freebsd-10.0-release/sys/netipx/
H A Dipx_proto.c96 .pr_type = SOCK_DGRAM,
104 .pr_type = SOCK_STREAM,
116 .pr_type = SOCK_SEQPACKET,
125 .pr_type = SOCK_RAW,
/freebsd-10.0-release/sys/netnatm/
H A Dnatm_proto.c61 .pr_type = SOCK_STREAM,
68 .pr_type = SOCK_DGRAM,
75 .pr_type = SOCK_STREAM,
/freebsd-10.0-release/sys/netinet6/
H A Dip6protosw.h114 short pr_type; /* socket type used for */ member in struct:ip6protosw
H A Din6_proto.c154 .pr_type = 0,
166 .pr_type = SOCK_DGRAM,
179 .pr_type = SOCK_STREAM,
195 .pr_type = SOCK_SEQPACKET,
209 .pr_type = SOCK_STREAM,
221 .pr_type = SOCK_RAW,
235 .pr_type = SOCK_RAW,
248 .pr_type = SOCK_RAW,
256 .pr_type = SOCK_RAW,
264 .pr_type
[all...]
H A Dsend.c310 .pr_type = SOCK_RAW,
H A Din6_gif.c86 .pr_type = SOCK_RAW,
/freebsd-10.0-release/sys/netatalk/
H A Dat_proto.c44 .pr_type = SOCK_DGRAM,
/freebsd-10.0-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.0-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.0-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;
412 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.c62 extern int pr_type;
/freebsd-10.0-release/sys/sys/
H A Dprotosw.h79 short pr_type; /* socket type used for */ member in struct:protosw
/freebsd-10.0-release/sys/netipsec/
H A Dxform_ipip.c675 .pr_type = SOCK_RAW,
686 .pr_type = SOCK_RAW,
H A Dkeysock.c557 .pr_type = SOCK_RAW,
/freebsd-10.0-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.0-release/contrib/traceroute/
H A Dtraceroute.c374 char *pr_type(u_char);
1270 pr_type(register u_char t) function
1345 inet_ntoa(ip->ip_dst), type, pr_type(type), icp->icmp_code);
/freebsd-10.0-release/sys/net/
H A Dif_gre.c126 .pr_type = SOCK_RAW,
137 .pr_type = SOCK_RAW,
H A Dif_stf.c169 .pr_type = SOCK_RAW,
/freebsd-10.0-release/sys/netgraph/
H A Dng_socket.c1147 .pr_type = SOCK_DGRAM,
1154 .pr_type = SOCK_DGRAM,

Completed in 115 milliseconds

12