Home
last modified time | relevance | path

Searched refs:protocol (Results 1 – 15 of 15) sorted by relevance

/mOS-networking-stack/core/src/
H A Ddebug.c105 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 Dip_out.c164 iph->protocol = IPPROTO_TCP; in IPOutputStandalone()
226 iph->protocol = IPPROTO_TCP; in IPOutput()
H A Dip_in.c79 switch (iph->protocol) { in ProcessInIPv4Packet()
H A Dicmp.c112 iph->protocol = IPPROTO_ICMP; in ICMPOutput()
H A Dmos_api.c1061 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 Dapi.c623 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 Dscgi.txt26 to configuration. Only the internal protocol between server
H A Dssl.txt35 The HTTPS protocol does not allow you to use name-based virtual
H A Daccesslog.txt74 %H request protocol (HTTP/1.0, ...)
H A Dconfiguration.txt442 server.protocol-http11
H A Dfastcgi.txt127 :"mode": is the FastCGI protocol mode.
/mOS-networking-stack/core/src/include/
H A Dmtcp_api.h306 mtcp_socket(mctx_t mctx, int domain, int type, int protocol);
/mOS-networking-stack/core/include/
H A Dmtcp_api.h306 mtcp_socket(mctx_t mctx, int domain, int type, int protocol);
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DREADME106 - Sends 505 for protocol != HTTP/1.0 or HTTP/1.1
H A DNEWS292 * Fix mod_magnet: enable "request.method" and "request.protocol" in lighty.env (#1308)