Lines Matching defs:protocol
288 // interferes with proper functioning of the TCP protocol stack. Because of this and because we depend on TCP
1304 uint32_t protocol,
1323 len += sizeof(uint32_t); // protocol
1331 put_uint32(protocol, &ptr);
1869 uint8_t protocol;
1880 protocol = *data++;
1888 ((DNSServiceNATPortMappingReply)sdr->AppCallback)(sdr, cbh->cb_flags, cbh->cb_interface, cbh->cb_err, addr.l, protocol, internalPort.s, externalPort.s, ttl, sdr->AppContext);
1901 uint32_t protocol, /* TCP and/or UDP */
1920 len += sizeof(protocol);
1930 put_uint32(protocol, &ptr);