Searched refs:CISCO_PACKET_LEN (Results 1 – 2 of 2) sorted by relevance
89 #define CISCO_PACKET_LEN (sizeof(struct cisco_packet)) macro610 m->m_pkthdr.len = m->m_len = CISCO_HEADER_LEN + CISCO_PACKET_LEN; in cisco_send()
199 #define CISCO_PACKET_LEN sizeof (struct cisco_packet) macro1296 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()