Home
last modified time | relevance | path

Searched refs:opt (Results 1 – 14 of 14) sorted by relevance

/mOS-networking-stack/core/src/
H A Dtcp_util.c19 unsigned int opt, optlen; in ParseTCPOptions() local
22 opt = *(tcpopt + i++); in ParseTCPOptions()
35 if (opt == TCP_OPT_MSS) { in ParseTCPOptions()
66 unsigned int opt, optlen; in ParseTCPTimestamp() local
69 opt = *(tcpopt + i++); in ParseTCPTimestamp()
100 unsigned int opt, optlen; in ParseSACKOption() local
104 opt = *(tcpopt + i++); in ParseSACKOption()
116 if (opt == TCP_OPT_SACK) { in ParseSACKOption()
196 unsigned int opt, optlen; in PrintTCPOptions() local
204 opt = *(tcpopt + i++); in PrintTCPOptions()
[all …]
H A Dtcp_out.c947 tcp_stream *cur_stream, uint32_t cur_ts, uint8_t opt) in EnqueueACK() argument
957 if (opt == ACK_OPT_NOW) { in EnqueueACK()
961 } else if (opt == ACK_OPT_AGGREGATE) { in EnqueueACK()
965 } else if (opt == ACK_OPT_WACK) { in EnqueueACK()
/mOS-networking-stack/samples/simple_firewall/
H A Dsimple_firewall.c339 int opt; in ApplyActionPerFlow() local
354 opt = MOS_SIDE_BOTH; in ApplyActionPerFlow()
356 MOS_STOP_MON, &opt, sizeof(opt)) < 0) in ApplyActionPerFlow()
429 int opt, rc; in main() local
434 while ((opt = getopt(argc, argv, "c:f:n:")) != -1) { in main()
435 switch (opt) { in main()
/mOS-networking-stack/core/test/scalable_event/
H A Dtest.c139 int opt, i; in main() local
142 while ((opt = getopt(argc, argv, "d:p:")) > 0) { in main()
143 if (opt == 'd') in main()
145 else if (opt == 'p') in main()
148 fprintf(stderr, "Unknown option '%c'\n", opt); in main()
/mOS-networking-stack/samples/nat/
H A Dnat.c194 int i, opt; in main() local
203 while ((opt = getopt(argc, argv, "c:f:i:")) != -1) { in main()
204 switch (opt) { in main()
/mOS-networking-stack/util/
H A Drss.c314 int opt; in main() local
319 while ((opt=getopt(argc, argv, "c:r:sS:dD:")) != -1) { in main()
320 switch (opt) { in main()
/mOS-networking-stack/samples/midstat/
H A Dmidstat.c266 int i, opt; in main() local
275 while ((opt = getopt(argc, argv, "c:f:")) != -1) { in main()
276 switch (opt) { in main()
/mOS-networking-stack/samples/epserver/
H A Depserver-mp.c617 int opt; in main() local
618 while ((opt = getopt(argc, argv, "f:c:")) != -1) { in main()
619 switch (opt) { in main()
H A Depserver.c619 int opt; in main() local
620 while ((opt = getopt(argc, argv, "f:")) != -1) { in main()
621 switch (opt) { in main()
/mOS-networking-stack/core/src/include/
H A Dtcp_out.h54 tcp_stream *cur_stream, uint32_t cur_ts, uint8_t opt);
/mOS-networking-stack/samples/epwget/
H A Depwget.c817 int opt; in main() local
818 while ((opt = getopt(argc, argv, "f:")) != -1) { in main()
819 switch (opt) { in main()
H A Depwget-mp.c814 int opt; in main() local
815 while ((opt = getopt(argc, argv, "f:c:")) != -1) { in main()
816 switch (opt) { in main()
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A Dltmain.sh3976 for opt in "$nonopt" ${1+"$@"}
3978 if test -d "$opt"; then
3979 func_append libdirs " $opt"
3981 elif test -f "$opt"; then
3982 if func_lalib_unsafe_p "$opt"; then
3983 func_append libs " $opt"
3985 func_warning "'$opt' is not a valid libtool archive"
3989 func_fatal_error "invalid argument '$opt'"
H A Dconfigure3095 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin