| /mOS-networking-stack/core/src/ |
| H A D | tcp_util.c | 19 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 D | tcp_out.c | 947 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 D | simple_firewall.c | 339 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 D | test.c | 139 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 D | nat.c | 194 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 D | rss.c | 314 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 D | midstat.c | 266 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 D | epserver-mp.c | 617 int opt; in main() local 618 while ((opt = getopt(argc, argv, "f:c:")) != -1) { in main() 619 switch (opt) { in main()
|
| H A D | epserver.c | 619 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 D | tcp_out.h | 54 tcp_stream *cur_stream, uint32_t cur_ts, uint8_t opt);
|
| /mOS-networking-stack/samples/epwget/ |
| H A D | epwget.c | 817 int opt; in main() local 818 while ((opt = getopt(argc, argv, "f:")) != -1) { in main() 819 switch (opt) { in main()
|
| H A D | epwget-mp.c | 814 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 D | ltmain.sh | 3976 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 D | configure | 3095 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
|