Searched defs:protos (Results 1 – 14 of 14) sorted by relevance
/freebsd/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/contrib/sendmail/include/sm/ |
H A D | cdefs.h | 47 # define __P(protos) protos argument 52 # define __P(protos) () argument
|
/freebsd/usr.bin/systat/ |
H A D | netcmds.c | 65 int nports, nhosts, protos; variable
|
/freebsd/contrib/netbsd-tests/lib/libc/net/ |
H A D | t_getprotoent.c | 43 } protos[] = { variable
|
/freebsd/sbin/ifconfig/ |
H A D | iflagg.c | 210 struct lagg_protos protos[] = LAGG_PROTOS; in lagg_status() local
|
/freebsd/tests/sys/kern/ |
H A D | listener_wakeup.c | 134 } protos[] = { variable
|
/freebsd/tests/sys/opencrypto/ |
H A D | cryptodevh.py | 26 def __P(protos): return protos argument 32 def __P(protos): return () argument
|
/freebsd/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/usr.bin/sockstat/ |
H A D | sockstat.c | 106 static int *protos; /* protocols to use */ variable
|
/freebsd/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()
|
/freebsd/usr.sbin/traceroute/ |
H A D | traceroute.c | 406 struct outproto protos[] = { variable
|
/freebsd/sbin/pfctl/ |
H A D | parse.y | 6093 struct node_if *interfaces, struct node_etherproto *protos, in expand_eth_rule() 6166 struct node_host *route_hosts, struct node_proto *protos, in expand_rule()
|
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_lib.c | 3062 static int alpn_value_ok(const unsigned char *protos, unsigned int protos_len) in alpn_value_ok() 3080 int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos, in SSL_CTX_set_alpn_protos() 3112 int SSL_set_alpn_protos(SSL *ssl, const unsigned char *protos, in SSL_set_alpn_protos()
|
/freebsd/crypto/openssl/test/ |
H A D | ssl_old_test.c | 290 unsigned char *protos; in cb_server_alpn() local
|