Searched refs:OF_HELLO_ELEM_MINSIZE (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-openflow-1.3.c641 #define OF_HELLO_ELEM_MINSIZE 4U macro
859 if (len < OF_HELLO_ELEM_MINSIZE)
870 /* cp is OF_HELLO_ELEM_MINSIZE bytes in */
871 if (bmlen < OF_HELLO_ELEM_MINSIZE ||
872 bmlen > OF_HELLO_ELEM_MINSIZE + len)
883 if (bmlen == OF_HELLO_ELEM_MINSIZE + 4) {
890 ND_TCHECK_LEN(cp, bmlen - OF_HELLO_ELEM_MINSIZE);
894 ND_TCHECK_LEN(cp, bmlen - OF_HELLO_ELEM_MINSIZE);
896 OF_FWD(bmlen - OF_HELLO_ELEM_MINSIZE);

Completed in 173 milliseconds