Home
last modified time | relevance | path

Searched refs:stuff_values (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/common/
H A Dcomapi.c328 if (h -> inner && h -> inner -> type -> stuff_values) { in dhcp_group_stuff_values()
329 status = ((*(h -> inner -> type -> stuff_values)) in dhcp_group_stuff_values()
553 if (h -> inner && h -> inner -> type -> stuff_values) { in dhcp_control_stuff_values()
554 status = ((*(h -> inner -> type -> stuff_values)) in dhcp_control_stuff_values()
718 if (h -> inner && h -> inner -> type -> stuff_values) { in dhcp_subnet_stuff_values()
719 status = ((*(h -> inner -> type -> stuff_values)) in dhcp_subnet_stuff_values()
879 if (h -> inner && h -> inner -> type -> stuff_values) { in dhcp_shared_network_stuff_values()
880 status = ((*(h -> inner -> type -> stuff_values)) in dhcp_shared_network_stuff_values()
H A Ddiscover.c1362 if (h -> inner && h -> inner -> type -> stuff_values) {
1363 status = ((*(h -> inner -> type -> stuff_values))
/netbsd-src/external/mpl/dhcp/dist/dhcpctl/
H A Dcallback.c162 if (p -> inner && p -> inner -> type -> stuff_values) in dhcpctl_callback_stuff_values()
163 return (*(p -> inner -> type -> stuff_values)) (c, id, in dhcpctl_callback_stuff_values()
H A Dremote.c355 if (p -> inner && p -> inner -> type -> stuff_values) in dhcpctl_remote_stuff_values()
356 return (*(p -> inner -> type -> stuff_values)) (c, id, in dhcpctl_remote_stuff_values()
/netbsd-src/external/mpl/dhcp/dist/omapip/
H A Dsupport.c216 isc_result_t (*stuff_values) in omapi_object_type_register()
255 t -> stuff_values = stuff_values; in omapi_object_type_register()
521 if (outer -> type -> stuff_values) in omapi_stuff_values()
522 return (*(outer -> type -> stuff_values)) (c, id, outer); in omapi_stuff_values()
H A Dgeneric.c280 if (g -> inner && g -> inner -> type -> stuff_values) in omapi_generic_stuff_values()
281 return (*(g -> inner -> type -> stuff_values)) (c, id, in omapi_generic_stuff_values()
H A Dlistener.c488 if (l -> inner && l -> inner -> type -> stuff_values) in omapi_listener_stuff_values()
489 return (*(l -> inner -> type -> stuff_values)) (c, id, in omapi_listener_stuff_values()
H A Dprotocol.c949 if (p -> inner && p -> inner -> type -> stuff_values) in omapi_protocol_stuff_values()
950 return (*(p -> inner -> type -> stuff_values)) (c, id, in omapi_protocol_stuff_values()
1139 if (p -> inner && p -> inner -> type -> stuff_values) in omapi_protocol_listener_stuff()
1140 return (*(p -> inner -> type -> stuff_values)) (c, id, in omapi_protocol_listener_stuff()
H A Dmessage.c266 if (m -> inner && m -> inner -> type -> stuff_values) in omapi_message_stuff_values()
267 return (*(m -> inner -> type -> stuff_values)) (c, id, in omapi_message_stuff_values()
H A Ddispatch.c921 if (i -> inner && i -> inner -> type -> stuff_values) in omapi_io_stuff_values()
922 return (*(i -> inner -> type -> stuff_values)) (c, id, in omapi_io_stuff_values()
H A Dconnection.c1087 if (m -> inner && m -> inner -> type -> stuff_values) in omapi_connection_stuff_values()
1088 return (*(m -> inner -> type -> stuff_values)) (c, id, in omapi_connection_stuff_values()
/netbsd-src/external/mpl/dhcp/dist/server/
H A Domapi.c743 if (h -> inner && h -> inner -> type -> stuff_values) { in dhcp_lease_stuff_values()
744 status = ((*(h -> inner -> type -> stuff_values)) in dhcp_lease_stuff_values()
1364 if (h -> inner && h -> inner -> type -> stuff_values) { in dhcp_host_stuff_values()
1365 status = ((*(h -> inner -> type -> stuff_values)) in dhcp_host_stuff_values()
1760 if (h->inner && h->inner->type->stuff_values) { in dhcp_pool_stuff_values()
1761 status = ((*(h->inner->type->stuff_values)) in dhcp_pool_stuff_values()
2140 if (h->inner && h->inner->type->stuff_values) { in class_stuff_values()
2141 status = ((*(h->inner->type->stuff_values)) in class_stuff_values()
H A Dfailover.c1004 if (link -> inner && link -> inner -> type -> stuff_values) in dhcp_failover_link_stuff_values()
1005 return (*(link -> inner -> type -> stuff_values)) (c, id, in dhcp_failover_link_stuff_values()
1230 if (p -> inner && p -> inner -> type -> stuff_values) in dhcp_failover_listener_stuff()
1231 return (*(p -> inner -> type -> stuff_values)) (c, id, in dhcp_failover_listener_stuff()
3592 if (h -> inner && h -> inner -> type -> stuff_values) in dhcp_failover_state_stuff()
3593 return (*(h -> inner -> type -> stuff_values)) (c, id, in dhcp_failover_state_stuff()
/netbsd-src/external/mpl/dhcp/dist/includes/omapip/
H A Domapip.h108 isc_result_t (*stuff_values) (omapi_object_t *, member