Home
last modified time | relevance | path

Searched defs:protos (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/bmake/missing/sys/
H A Dcdefs.h99 #define __P(protos) protos /* full-blown ANSI C */ argument
117 #define __P(protos) () /* traditional C preprocessor */ argument
/freebsd/contrib/sendmail/include/sm/
H A Dcdefs.h47 # define __P(protos) protos argument
52 # define __P(protos) () argument
/freebsd/usr.bin/systat/
H A Dnetcmds.c65 int nports, nhosts, protos; variable
/freebsd/contrib/netbsd-tests/lib/libc/net/
H A Dt_getprotoent.c43 } protos[] = { variable
/freebsd/sbin/ifconfig/
H A Diflagg.c210 struct lagg_protos protos[] = LAGG_PROTOS; in lagg_status() local
/freebsd/tests/sys/kern/
H A Dlistener_wakeup.c134 } protos[] = { variable
/freebsd/tests/sys/opencrypto/
H A Dcryptodevh.py26 def __P(protos): return protos argument
32 def __P(protos): return () argument
/freebsd/sys/sys/
H A Dcdefs.h121 #define __P(protos) protos /* full-blown ANSI C */ argument
137 #define __P(protos) () /* traditional C preprocessor */ argument
/freebsd/usr.bin/sockstat/
H A Dsockstat.c106 static int *protos; /* protocols to use */ variable
/freebsd/crypto/openssl/test/helpers/
H A Dhandshake.c345 static int parse_protos(const char *protos, unsigned char **out, size_t *outlen) in parse_protos()
/freebsd/usr.sbin/traceroute/
H A Dtraceroute.c406 struct outproto protos[] = { variable
/freebsd/sbin/pfctl/
H A Dparse.y6093 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 Dssl_lib.c3062 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 Dssl_old_test.c290 unsigned char *protos; in cb_server_alpn() local