Searched refs:P_GETNUM (Results 1 – 2 of 2) sorted by relevance
/freebsd/lib/libnetmap/ |
H A D | nmreq.c | 245 enum { P_START, P_RNGSFXOK, P_GETNUM, P_FLAGS, P_FLAGSOK, P_MEMID, P_ONESW } p_state; in nmreq_register_decode() enumerator 277 p_state = P_GETNUM; in nmreq_register_decode() 305 case P_GETNUM: in nmreq_register_decode() 373 p_state = P_GETNUM; in nmreq_register_decode()
|
/freebsd/sys/net/ |
H A D | netmap_user.h | 640 enum { P_START, P_RNGSFXOK, P_GETNUM, P_FLAGS, P_FLAGSOK, P_MEMID } p_state; in nm_parse() enumerator 697 p_state = P_GETNUM; in nm_parse() 701 p_state = P_GETNUM; in nm_parse() 705 p_state = P_GETNUM; in nm_parse() 733 case P_GETNUM: in nm_parse()
|