| /f-stack/freebsd/netpfil/ipfw/test/ |
| H A D | test_dn_heap.c | 43 #define log(x, arg...) fprintf(stderr, ## arg) macro 53 uint32_t hf(uintptr_t key, int flags, void *arg) in hf() 59 int matchf(void *obj, uintptr_t key, int flags, void *arg) in matchf() 66 void *newfn(uintptr_t key, int flags, void *arg) in newfn()
|
| /f-stack/dpdk/drivers/net/hns3/ |
| H A D | hns3_rss.h | 46 uint8_t key[HNS3_RSS_KEY_SIZE]; /* Hash key */ member 62 int log = 0; in rss_ilog2() local
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | dn_heap.c | 44 #define log(x, arg...) macro 55 #define log(x, arg...) fprintf(stderr, ## arg) macro 451 dn_ht_find(struct dn_ht *ht, uintptr_t key, int flags, void *arg) in dn_ht_find()
|
| /f-stack/app/nginx-1.16.1/src/event/ |
| H A D | ngx_event_openssl.c | 140 ngx_ssl_init(ngx_log_t *log) in ngx_ssl_init() 395 ngx_str_t *cert, *key; in ngx_ssl_certificates() local 416 ngx_str_t *key, ngx_array_t *passwords) in ngx_ssl_certificate() 537 ngx_str_t *cert, ngx_str_t *key, ngx_array_t *passwords) in ngx_ssl_connection_certificate() 698 ngx_str_t *key, ngx_array_t *passwords) in ngx_ssl_load_certificate_key() 1095 static RSA *key; in ngx_ssl_rsa512_key_callback() local 2971 ngx_ssl_clear_error(ngx_log_t *log) in ngx_ssl_clear_error() 2982 ngx_ssl_error(ngx_uint_t level, ngx_log_t *log, ngx_err_t err, char *fmt, ...) in ngx_ssl_error() 3742 ngx_ssl_session_ticket_key_t *key; in ngx_ssl_session_ticket_keys() local 3881 ngx_ssl_session_ticket_key_t *key; in ngx_ssl_session_ticket_key_callback() local
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_request.c | 971 ngx_str_t cert, key; in ngx_http_ssl_certificate() local 3574 ngx_log_t *log; in ngx_http_free_request() local 3713 ngx_http_log_error(ngx_log_t *log, u_char *buf, size_t len) in ngx_http_log_error()
|
| /f-stack/freebsd/netpfil/pf/ |
| H A D | pf_table.c | 329 int i, rv, xdel = 0, log = 1; in pfr_del_addrs() local 1156 struct pfr_ktable *p, *q, *r, key; in pfr_add_tables() local 1233 struct pfr_ktable *p, *q, key; in pfr_del_tables() local 1358 struct pfr_ktable *p, key; in pfr_clr_tstats() local 1386 struct pfr_ktable *p, *q, key; in pfr_set_tflags() local 1468 struct pfr_ktable *kt, *rt, *shadow, key; in pfr_ina_define() local
|
| H A D | pf.c | 1344 pf_find_state(struct pfi_kkif *kif, struct pf_state_key_cmp *key, u_int dir) in pf_find_state() 1388 pf_find_state_all(struct pf_state_key_cmp *key, u_int dir, int *more) in pf_find_state_all() 4460 struct pf_state_key_cmp key; in pf_test_state_tcp() local 4628 struct pf_state_key_cmp key; in pf_test_state_udp() local 4698 struct pf_state_key_cmp key; in pf_test_state_icmp() local 5299 struct pf_state_key_cmp key; in pf_test_state_other() local 5901 u_short action, reason = 0, log = 0; in pf_test() local 6295 u_short action, reason = 0, log = 0; in pf_test6() local
|
| H A D | pf.h | 317 struct pf_poolhashkey key; member 499 u_int8_t log; member
|
| /f-stack/tools/compat/include/net/ |
| H A D | pfvar.h | 197 struct pf_poolhashkey key; member 270 u_int8_t log; member 409 struct pf_state_key *key[2]; /* addresses stack and wire */ member 420 u_int8_t log; member 463 struct pfsync_state_key key[2]; member 479 u_int8_t log; member
|
| /f-stack/freebsd/net/ |
| H A D | pfvar.h | 309 struct pf_poolhashkey key; member 382 u_int8_t log; member 521 struct pf_state_key *key[2]; /* addresses stack and wire */ member 532 u_int8_t log; member 575 struct pfsync_state_key key[2]; member 591 u_int8_t log; member
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | redis-cli.c | 407 static uint64_t dictSdsHash(const void *key) { in dictSdsHash() 2448 sds key = (!node->replicate ? node->name : node->replicate); in clusterManagerGetAntiAffinityScore() local 2628 static unsigned int clusterManagerKeyHashSlot(char *key, int keylen) { in clusterManagerKeyHashSlot() 3695 sds log = sdsempty(); in clusterManagerFixSlotsCoverage() local 3699 sds key = sdsfromlonglong((long long) i); in clusterManagerFixSlotsCoverage() local 5589 char *key = kr->str; in clusterManagerCommandImport() local 6855 char key[128]; in LRUTestMode() local
|
| /f-stack/dpdk/drivers/net/ionic/ |
| H A D | ionic_if.h | 1424 u8 key[IONIC_RSS_HASH_KEY_SIZE]; member 2477 struct ionic_log_event log; member
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | cmdline.c | 2318 cmdline_fixed_string_t key; member 2335 parse_and_check_key_hexa_digit(char *key, int idx) in parse_and_check_key_hexa_digit() 3086 cmdline_fixed_string_t key; /* optional argument */ member 3718 cmdline_fixed_string_t log; member 11797 cmdline_fixed_string_t key; member 11847 uint8_t key[16] = { 0 }; in cmd_set_macsec_sa_parsed() local
|