HomeSort by: relevance | last modified time | path
    Searched refs:spistr (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
print-esp.c 644 char *spistr, *foo; local
647 spistr = strsep(&spikey, "@");
648 if (spistr == NULL) {
653 spino = strtoul(spistr, &foo, 0);
654 if (spistr == foo || !spikey) {
  /src/tests/net/ipsec/
t_ipsec_misc.sh 516 local spistr=
519 spistr=$(printf "%08x" $spi)
521 -o match:"$ip_local > $ip_peer: $proto_cap\(spi=0x$spistr," \
523 spistr=$(printf "%08x" $((spi + 1)))
525 -o match:"$ip_peer > $ip_local: $proto_cap\(spi=0x$spistr," \
565 local spistr=

Completed in 23 milliseconds