Home
last modified time | relevance | path

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

/dragonfly/sys/netgraph7/cisco/
HDng_cisco.c72 struct cisco_header { struct
78 #define CISCO_HEADER_LEN sizeof (struct cisco_header) argument
341 struct cisco_header *h; in cisco_rcvdata()
360 h = mtod(m, struct cisco_header *); in cisco_rcvdata()
434 const struct cisco_header *h; in cisco_input()
435 struct cisco_header hdrbuf; in cisco_input()
451 h = mtod(m, const struct cisco_header *); in cisco_input()
587 struct cisco_header *h; in cisco_send()
604 h = mtod(m, struct cisco_header *); in cisco_send()
/dragonfly/sys/netgraph/cisco/
HDng_cisco.c74 struct cisco_header { struct
80 #define CISCO_HEADER_LEN sizeof (struct cisco_header) argument
351 struct cisco_header *h; in cisco_rcvdata()
368 h = mtod(m, struct cisco_header *); in cisco_rcvdata()
445 const struct cisco_header *h; in cisco_input()
446 struct cisco_header hdrbuf; in cisco_input()
458 h = mtod(m, const struct cisco_header *); in cisco_input()
590 struct cisco_header *h; in cisco_send()
608 h = mtod(m, struct cisco_header *); in cisco_send()