Searched refs:OF_HELLO_ELEM_MINSIZE (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/tcpdump/ |
| H A D | print-openflow-1.3.c | 639 #define OF_HELLO_ELEM_MINSIZE 4U macro 858 ND_ICHECKMSG_U("remaining length", len, <, OF_HELLO_ELEM_MINSIZE); in of13_hello_elements_print() 869 ND_ICHECKMSG_U("bitmap length", bmlen, <, OF_HELLO_ELEM_MINSIZE); in of13_hello_elements_print() 870 ND_ICHECKMSG_U("bitmap length", bmlen, >, OF_HELLO_ELEM_MINSIZE + len); in of13_hello_elements_print() 880 if (bmlen == OF_HELLO_ELEM_MINSIZE + 4) { in of13_hello_elements_print() 887 ND_TCHECK_LEN(cp, bmlen - OF_HELLO_ELEM_MINSIZE); in of13_hello_elements_print() 891 ND_TCHECK_LEN(cp, bmlen - OF_HELLO_ELEM_MINSIZE); in of13_hello_elements_print() 893 OF_FWD(bmlen - OF_HELLO_ELEM_MINSIZE); in of13_hello_elements_print()
|