Home
last modified time | relevance | path

Searched refs:OMAPI_OP_OPEN (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/omapip/
H A Dmessage.c349 case OMAPI_OP_OPEN: return "OMAPI_OP_OPEN"; in omapi_message_op_name()
430 message->op != OMAPI_OP_OPEN) { in omapi_message_process_internal()
438 case OMAPI_OP_OPEN: in omapi_message_process_internal()
H A Dprotocol.c1220 "op", OMAPI_OP_OPEN); in omapi_protocol_send_open()
/netbsd-src/external/mpl/dhcp/dist/includes/omapip/
H A Domapip_p.h93 #define OMAPI_OP_OPEN 1 macro
/netbsd-src/external/mpl/dhcp/dist/dhcpctl/
H A Dremote.c192 "op", OMAPI_OP_OPEN); in dhcpctl_open_object()