Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_cisco.c89 #define CISCO_PACKET_LEN (sizeof(struct cisco_packet)) macro
610 m->m_pkthdr.len = m->m_len = CISCO_HEADER_LEN + CISCO_PACKET_LEN; in cisco_send()
/f-stack/freebsd/net/
H A Dif_spppsubr.c199 #define CISCO_PACKET_LEN sizeof (struct cisco_packet) macro
1296 if (m->m_pkthdr.len < CISCO_PACKET_LEN) { in sppp_cisco_input()
1373 m->m_pkthdr.len = m->m_len = PPP_HEADER_LEN + CISCO_PACKET_LEN; in sppp_cisco_send()