Searched refs:spistr (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iptables/extensions/
H A Dlibip6t_ah.c31 parse_ah_spi(const char *spistr, const char *typestr) argument
36 spi = strtoul(spistr,&ep,0) ;
38 if ( spistr == ep ) {
40 "AH no valid digits in %s `%s'", typestr, spistr);
45 typestr, spistr);
47 if ( *spistr != '\0' && *ep != '\0' ) {
49 "AH error parsing %s `%s'", typestr, spistr);
H A Dlibip6t_esp.c27 parse_esp_spi(const char *spistr) argument
32 spi = strtoul(spistr,&ep,0) ;
34 if ( spistr == ep ) {
36 "ESP no valid digits in spi `%s'", spistr);
40 "spi `%s' specified too big: would overflow", spistr);
42 if ( *spistr != '\0' && *ep != '\0' ) {
44 "ESP error parsing spi `%s'", spistr);
H A Dlibipt_ah.c28 parse_ah_spi(const char *spistr) argument
33 spi = strtoul(spistr,&ep,0) ;
35 if ( spistr == ep ) {
37 "AH no valid digits in spi `%s'", spistr);
41 "spi `%s' specified too big: would overflow", spistr);
43 if ( *spistr != '\0' && *ep != '\0' ) {
45 "AH error parsing spi `%s'", spistr);
H A Dlibipt_esp.c28 parse_esp_spi(const char *spistr) argument
33 spi = strtoul(spistr,&ep,0) ;
35 if ( spistr == ep ) {
37 "ESP no valid digits in spi `%s'", spistr);
41 "spi `%s' specified too big: would overflow", spistr);
43 if ( *spistr != '\0' && *ep != '\0' ) {
45 "ESP error parsing spi `%s'", spistr);

Completed in 44 milliseconds