| /freebsd-src/contrib/bmake/missing/sys/ |
| H A D | cdefs.h | 99 #define __P(protos) protos /* full-blown ANSI C */ argument 117 #define __P(protos) () /* traditional C preprocessor */ argument
|
| /freebsd-src/contrib/sendmail/include/sm/ |
| H A D | cdefs.h | 47 # define __P(protos) protos argument 52 # define __P(protos) () argument
|
| /freebsd-src/usr.bin/systat/ |
| H A D | netcmds.c | 65 int nports, nhosts, protos; variable
|
| /freebsd-src/contrib/netbsd-tests/lib/libc/net/ |
| H A D | t_getprotoent.c | 43 } protos[] = { variable
|
| /freebsd-src/sbin/ifconfig/ |
| H A D | iflagg.c | 210 struct lagg_protos protos[] = LAGG_PROTOS; in lagg_status() local
|
| /freebsd-src/tests/sys/kern/ |
| H A D | listener_wakeup.c | 134 } protos[] = { variable
|
| /freebsd-src/tests/sys/opencrypto/ |
| H A D | cryptodevh.py | 26 def __P(protos): return protos argument 32 def __P(protos): return () argument
|
| /freebsd-src/sys/sys/ |
| H A D | cdefs.h | 121 #define __P(protos) protos /* full-blown ANSI C */ argument 137 #define __P(protos) () /* traditional C preprocessor */ argument
|
| /freebsd-src/usr.bin/sockstat/ |
| H A D | sockstat.c | 104 static int *protos; /* protocols to use */ global() variable
|
| /freebsd-src/crypto/openssl/test/helpers/ |
| H A D | handshake.c | 345 static int parse_protos(const char *protos, unsigned char **out, size_t *outlen) in parse_protos() argument
|
| /freebsd-src/usr.sbin/traceroute/ |
| H A D | traceroute.c | 406 struct outproto protos[] = { variable
|
| /freebsd-src/sbin/pfctl/ |
| H A D | parse.y | 5950 expand_eth_rule(struct pfctl_eth_rule * r,struct node_if * interfaces,struct node_etherproto * protos,struct node_mac * srcs,struct node_mac * dsts,struct node_host * ipsrcs,struct node_host * ipdsts,const char * bridge_to,const char * anchor_call) expand_eth_rule() argument 6021 expand_rule(struct pfctl_rule * r,struct node_if * interfaces,struct node_host * rpool_hosts,struct node_proto * protos,struct node_os * src_oses,struct node_host * src_hosts,struct node_port * src_ports,struct node_host * dst_hosts,struct node_port * dst_ports,struct node_uid * uids,struct node_gid * gids,struct node_icmp * icmp_types,const char * anchor_call) expand_rule() argument
|
| /freebsd-src/crypto/openssl/ssl/ |
| H A D | ssl_lib.c | 3095 alpn = OPENSSL_memdup(protos, protos_le argument 3045 alpn_value_ok(const unsigned char * protos,unsigned int protos_len) alpn_value_ok() argument 3063 SSL_CTX_set_alpn_protos(SSL_CTX * ctx,const unsigned char * protos,unsigned int protos_len) SSL_CTX_set_alpn_protos() argument [all...] |
| /freebsd-src/crypto/openssl/test/ |
| H A D | ssl_old_test.c | 290 unsigned char *protos; in cb_server_alpn() local
|