HomeSort by: relevance | last modified time | path
    Searched defs:STR_OR_ID (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/dist/ipsec-tools/src/setkey/
setkey.c 902 #define STR_OR_ID(x, tab) \
937 printf(" %-3s", STR_OR_ID(msg->sadb_msg_satype, satype));
940 printf(" %-1s", STR_OR_ID(sa->sadb_sa_state, sastate));
972 printf("%s ", STR_OR_ID(saddr->sadb_address_proto, ipproto));
987 printf("%s ", STR_OR_ID(saddr->sadb_address_proto, ipproto));
  /src/external/bsd/tcpdump/dist/
print-telnet.c 363 #define STR_OR_ID(x, tab) \
440 ND_PRINT(" %s", STR_OR_ID(c, authcmd));
445 ND_PRINT(" %s", STR_OR_ID(c, authtype));
452 ND_PRINT(" %s", STR_OR_ID(c, enccmd));
457 ND_PRINT(" %s", STR_OR_ID(c, enctype));
464 ND_PRINT(" %s", STR_OR_ID(c, cmds));
print-isakmp.c 722 #define STR_OR_ID(x, tab) \
724 #define PROTOIDSTR(x) STR_OR_ID(x, protoidstr)
725 #define NPSTR(x) STR_OR_ID(x, npstr)
726 #define ETYPESTR(x) STR_OR_ID(x, etypestr)
1235 idstr = STR_OR_ID(GET_U_1(p->t_id), ikev1_p_map);
1240 idstr = STR_OR_ID(GET_U_1(p->t_id), ah_p_map);
1245 idstr = STR_OR_ID(GET_U_1(p->t_id), esp_p_map);
1250 idstr = STR_OR_ID(GET_U_1(p->t_id), ipcomp_p_map);
1348 STR_OR_ID(GET_U_1(p->d.id_type), idtypestr));
1365 ND_PRINT(" idtype=%s", STR_OR_ID(type, ipsecidtypestr))
    [all...]

Completed in 17 milliseconds