Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_cisco.c72 struct cisco_header { struct
78 #define CISCO_HEADER_LEN sizeof (struct cisco_header) argument
344 struct cisco_header *h; in cisco_rcvdata()
364 h = mtod(m, struct cisco_header *); in cisco_rcvdata()
441 const struct cisco_header *h; in cisco_input()
442 struct cisco_header hdrbuf; in cisco_input()
458 h = mtod(m, const struct cisco_header *); in cisco_input()
596 struct cisco_header *h; in cisco_send()
613 h = mtod(m, struct cisco_header *); in cisco_send()