Lines Matching full:cisco
61 #define CISCO_MULTICAST 0x8f /* Cisco multicast address */
62 #define CISCO_UNICAST 0x0f /* Cisco unicast address */
63 #define CISCO_KEEPALIVE 0x8035 /* Cisco keepalive protocol */
64 #define CISCO_ADDR_REQ 0 /* Cisco address request */
65 #define CISCO_ADDR_REPLY 1 /* Cisco address reply */
66 #define CISCO_KEEPALIVE_REQ 2 /* Cisco keepalive request */
179 NETGRAPH_INIT(cisco, &typestruct);
454 /* Get cisco header */ in cisco_input()
465 default: /* Invalid Cisco packet. */ in cisco_input()
484 /* Get cisco packet */ in cisco_input()
496 "cisco: unknown cisco packet type: 0x%lx\n", in cisco_input()
589 * Send Cisco keepalive packet.