Searched defs:idstr (Results 1 - 3 of 3) sorted by relevance

/external/iptables/extensions/
H A Dlibip6t_dst.c32 parse_opts_num(const char *idstr, const char *typestr) argument
37 id = strtoul(idstr, &ep, 0);
39 if ( idstr == ep ) {
41 "dst: no valid digits in %s `%s'", typestr, idstr);
46 typestr, idstr);
48 if ( *idstr != '\0' && *ep != '\0' ) {
50 "dst: error parsing %s `%s'", typestr, idstr);
H A Dlibip6t_hbh.c34 parse_opts_num(const char *idstr, const char *typestr) argument
39 id = strtoul(idstr,&ep,0) ;
41 if ( idstr == ep ) {
43 "hbh: no valid digits in %s `%s'", typestr, idstr);
48 typestr, idstr);
50 if ( *idstr != '\0' && *ep != '\0' ) {
52 "hbh: error parsing %s `%s'", typestr, idstr);
/external/tcpdump/
H A Dprint-isakmp.c1223 const char *idstr; local
1236 idstr = STR_OR_ID(t.t_id, ikev1_p_map);
1241 idstr = STR_OR_ID(t.t_id, ah_p_map);
1246 idstr = STR_OR_ID(t.t_id, esp_p_map);
1251 idstr = STR_OR_ID(t.t_id, ipcomp_p_map);
1256 idstr = NULL;
1262 if (idstr)
1263 ND_PRINT((ndo," #%d id=%s ", t.t_no, idstr));
1878 const char *idstr; local
1895 idstr
[all...]

Completed in 810 milliseconds