Searched defs:protos (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14-stable/contrib/bmake/missing/sys/ |
| HD | cdefs.h | 99 #define __P(protos) protos /* full-blown ANSI C */ argument 117 #define __P(protos) () /* traditional C preprocessor */ argument
|
| /freebsd-14-stable/contrib/sendmail/include/sm/ |
| HD | cdefs.h | 47 # define __P(protos) protos argument 52 # define __P(protos) () argument
|
| /freebsd-14-stable/usr.bin/systat/ |
| HD | netcmds.c | 68 int nports, nhosts, protos; variable
|
| /freebsd-14-stable/contrib/netbsd-tests/lib/libc/net/ |
| HD | t_getprotoent.c | 43 } protos[] = { variable
|
| /freebsd-14-stable/sbin/ifconfig/ |
| HD | iflagg.c | 210 struct lagg_protos protos[] = LAGG_PROTOS; in lagg_status() local
|
| /freebsd-14-stable/tests/sys/opencrypto/ |
| HD | cryptodevh.py | 45 def __P(protos): return protos argument 51 def __P(protos): return () argument
|
| /freebsd-14-stable/sys/sys/ |
| HD | cdefs.h | 147 #define __P(protos) protos /* full-blown ANSI C */ argument 165 #define __P(protos) () /* traditional C preprocessor */ argument
|
| /freebsd-14-stable/usr.bin/sockstat/ |
| HD | sockstat.c | 107 static int *protos; /* protocols to use */ variable
|
| /freebsd-14-stable/contrib/traceroute/ |
| HD | traceroute.c | 435 struct outproto protos[] = { variable
|
| /freebsd-14-stable/crypto/openssl/test/helpers/ |
| HD | handshake.c | 345 static int parse_protos(const char *protos, unsigned char **out, size_t *outlen) in parse_protos()
|
| /freebsd-14-stable/sbin/pfctl/ |
| HD | parse.y | 5934 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/ |
| HD | 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-14-stable/crypto/openssl/test/ |
| HD | ssl_old_test.c | 290 unsigned char *protos; in cb_server_alpn() local
|