Searched refs:ipver (Results 1 – 3 of 3) sorted by relevance
69 uint8_t *ipver; in get_srh() local73 ipver = (uint8_t *)cursor; in get_srh()75 if ((void *)ipver + sizeof(*ipver) > data_end) in get_srh()78 if ((*ipver >> 4) != 6) in get_srh()
486 static inline int ipver2af(__u8 ipver) in ipver2af() argument488 switch (ipver) { in ipver2af()
274 u32 ipver:1; member