HomeSort by relevance Sort by last modified time
    Searched refs:STR_OR_ID (Results 1 - 2 of 2) sorted by null

  /external/tcpdump/
print-telnet.c 96 #define STR_OR_ID(x, tab) \
173 (void)printf(" %s", STR_OR_ID(c, authcmd));
178 (void)printf(" %s", STR_OR_ID(c, authtype));
185 (void)printf(" %s", STR_OR_ID(c, enccmd));
190 (void)printf(" %s", STR_OR_ID(c, enctype));
197 (void)printf(" %s", STR_OR_ID(c, cmds));
print-isakmp.c 142 #define STR_OR_ID(x, tab) \
144 #define PROTOIDSTR(x) STR_OR_ID(x, protoidstr)
145 #define NPSTR(x) STR_OR_ID(x, npstr)
146 #define ETYPESTR(x) STR_OR_ID(x, etypestr)
589 idstr = STR_OR_ID(t.t_id, isakmp_p_map);
594 idstr = STR_OR_ID(t.t_id, ah_p_map);
599 idstr = STR_OR_ID(t.t_id, esp_p_map);
604 idstr = STR_OR_ID(t.t_id, ipcomp_p_map);
699 printf(" idtype=%s", STR_OR_ID(id.d.id_type, idtypestr));
716 printf(" idtype=%s", STR_OR_ID(id.type, ipsecidtypestr))
    [all...]

Completed in 66 milliseconds