Lines Matching defs:protocol
68 /* header structure for some protocol */
91 uint16_t protocol;
96 #define CISCO_KEEPALIVE 0x8035 /* Cisco keepalive protocol */
375 uint16_t protocol;
390 protocol = ntohs(h.protocol);
396 (*pr)("SPPP: Protocol = %d(", protocol);
397 switch (protocol) {
433 (*pr)("SPPP: Protocol = %d(", protocol);
434 switch (protocol) {
456 (*pr)("No parser for address %d, protocol %d\n", h.address, protocol);
597 (*pr)("IP: protocol = %u(%s)\n", ip.ip_p, str_ipproto(ip.ip_p));