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

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-esp.c569 char *spistr, *foo; local
572 spistr = strsep(&spikey, "@");
573 if (spistr == NULL) {
578 spino = strtoul(spistr, &foo, 0);
579 if (spistr == foo || !spikey) {

Completed in 105 milliseconds