Searched refs:protocol (Results 1 – 15 of 15) sorted by relevance
| /mOS-networking-stack/core/src/ |
| H A D | debug.c | 105 if (iph->protocol == IPPROTO_TCP || iph->protocol == IPPROTO_UDP) in DumpPacket() 112 if (iph->protocol == IPPROTO_TCP || iph->protocol == IPPROTO_UDP) in DumpPacket() 129 switch (iph->protocol) { in DumpPacket() 151 thread_printf(mtcp, mtcp->log_fp, "protocol %d ", iph->protocol); in DumpPacket() 170 if (iph->protocol == IPPROTO_TCP || iph->protocol == IPPROTO_UDP) in DumpIPPacket() 177 if (iph->protocol == IPPROTO_TCP || iph->protocol == IPPROTO_UDP) in DumpIPPacket() 187 switch (iph->protocol) { in DumpIPPacket() 228 if (iph->protocol == IPPROTO_TCP || iph->protocol == IPPROTO_UDP) in DumpIPPacketToFile() 235 if (iph->protocol == IPPROTO_TCP || iph->protocol == IPPROTO_UDP) in DumpIPPacketToFile() 245 switch (iph->protocol) { in DumpIPPacketToFile() [all …]
|
| H A D | ip_out.c | 164 iph->protocol = IPPROTO_TCP; in IPOutputStandalone() 226 iph->protocol = IPPROTO_TCP; in IPOutput()
|
| H A D | ip_in.c | 79 switch (iph->protocol) { in ProcessInIPv4Packet()
|
| H A D | icmp.c | 112 iph->protocol = IPPROTO_ICMP; in ICMPOutput()
|
| H A D | mos_api.c | 1061 if (iph->protocol == IPPROTO_TCP) { in mtcp_setlastpkt() 1081 if (iph->protocol == IPPROTO_TCP) { in mtcp_setlastpkt() 1099 iph->protocol != IPPROTO_TCP || in mtcp_setlastpkt()
|
| H A D | api.c | 623 mtcp_socket(mctx_t mctx, int domain, int type, int protocol) in mtcp_socket() argument 968 iph->protocol = IPPROTO_TCP; in eval_bpf_5tuple()
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | scgi.txt | 26 to configuration. Only the internal protocol between server
|
| H A D | ssl.txt | 35 The HTTPS protocol does not allow you to use name-based virtual
|
| H A D | accesslog.txt | 74 %H request protocol (HTTP/1.0, ...)
|
| H A D | configuration.txt | 442 server.protocol-http11
|
| H A D | fastcgi.txt | 127 :"mode": is the FastCGI protocol mode.
|
| /mOS-networking-stack/core/src/include/ |
| H A D | mtcp_api.h | 306 mtcp_socket(mctx_t mctx, int domain, int type, int protocol);
|
| /mOS-networking-stack/core/include/ |
| H A D | mtcp_api.h | 306 mtcp_socket(mctx_t mctx, int domain, int type, int protocol);
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | README | 106 - Sends 505 for protocol != HTTP/1.0 or HTTP/1.1
|
| H A D | NEWS | 292 * Fix mod_magnet: enable "request.method" and "request.protocol" in lighty.env (#1308)
|