Home
last modified time | relevance | path

Searched refs:opsize (Results 1 – 2 of 2) sorted by relevance

/third_party/iptables/utils/
Dnfsynproxy.c50 int opsize; in parse_packet() local
59 opsize = *ptr++; in parse_packet()
60 if (opsize < 2) in parse_packet()
62 if (opsize > length) in parse_packet()
67 if (opsize == TCPOLEN_MAXSEG) in parse_packet()
71 if (opsize == TCPOLEN_WINDOW) in parse_packet()
75 if (opsize == TCPOLEN_TIMESTAMP) in parse_packet()
79 if (opsize == TCPOLEN_SACK_PERMITTED) in parse_packet()
84 ptr += opsize - 2; in parse_packet()
85 length -= opsize; in parse_packet()
/third_party/openssl/crypto/perlasm/
Dx86gas.pl23 sub opsize() subroutine
49 if ($dst =~ m/^%/o) { $suffix=&opsize($dst); }
50 elsif ($src =~ m/^%/o) { $suffix=&opsize($src); }