Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/bmake/missing/sys/
HDcdefs.h99 #define __P(protos) protos /* full-blown ANSI C */ argument
117 #define __P(protos) () /* traditional C preprocessor */ argument
/freebsd-14-stable/contrib/sendmail/include/sm/
HDcdefs.h47 # define __P(protos) protos argument
52 # define __P(protos) () argument
/freebsd-14-stable/usr.bin/systat/
HDnetcmds.c68 int nports, nhosts, protos; variable
/freebsd-14-stable/contrib/netbsd-tests/lib/libc/net/
HDt_getprotoent.c43 } protos[] = { variable
/freebsd-14-stable/sbin/ifconfig/
HDiflagg.c210 struct lagg_protos protos[] = LAGG_PROTOS; in lagg_status() local
/freebsd-14-stable/tests/sys/opencrypto/
HDcryptodevh.py45 def __P(protos): return protos argument
51 def __P(protos): return () argument
/freebsd-14-stable/sys/sys/
HDcdefs.h147 #define __P(protos) protos /* full-blown ANSI C */ argument
165 #define __P(protos) () /* traditional C preprocessor */ argument
/freebsd-14-stable/usr.bin/sockstat/
HDsockstat.c107 static int *protos; /* protocols to use */ variable
/freebsd-14-stable/contrib/traceroute/
HDtraceroute.c435 struct outproto protos[] = { variable
/freebsd-14-stable/crypto/openssl/test/helpers/
HDhandshake.c345 static int parse_protos(const char *protos, unsigned char **out, size_t *outlen) in parse_protos()
/freebsd-14-stable/sbin/pfctl/
HDparse.y5934 struct node_if *interfaces, struct node_etherproto *protos, in expand_eth_rule()
6005 struct node_proto *protos, struct node_os *src_oses, in expand_rule()
/freebsd-14-stable/crypto/openssl/ssl/
HDssl_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-14-stable/crypto/openssl/test/
HDssl_old_test.c290 unsigned char *protos; in cb_server_alpn() local