Home
last modified time | relevance | path

Searched refs:mac_valid (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssh/
H A Dmac.h43 int mac_valid(const char *);
H A Dmac.c245 mac_valid(const char *names) in mac_valid() function
H A Dssh_namespace.h434 #define mac_valid Fssh_mac_valid macro
H A Dssh.c993 if (mac_valid(optarg)) { in main()
H A Dservconf.c1930 !mac_valid(*arg == '+' || *arg == '^' ? arg + 1 : arg)) in process_server_config_line_depth()
H A Dreadconf.c1572 !mac_valid(*arg == '+' || *arg == '^' ? arg + 1 : arg)) { in process_config_line_depth()
/freebsd/sys/dev/irdma/
H A Dirdma_type.h679 bool mac_valid:1; member
703 bool mac_valid:1; member
H A Dirdma_ctrl.c532 FIELD_PREP(IRDMA_CQPSQ_QP_MACVALID, info->mac_valid) | in irdma_sc_qp_create()
601 FIELD_PREP(IRDMA_CQPSQ_QP_MACVALID, info->mac_valid) | in irdma_sc_qp_modify()
H A Dirdma_verbs.c553 qp_info->mac_valid = true; in irdma_cqp_create_qp_cmd()