Searched refs:stuff_values (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/mpl/dhcp/dist/common/ |
H A D | comapi.c | 328 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 D | discover.c | 1362 if (h -> inner && h -> inner -> type -> stuff_values) { 1363 status = ((*(h -> inner -> type -> stuff_values))
|
/netbsd-src/external/mpl/dhcp/dist/dhcpctl/ |
H A D | callback.c | 162 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 D | remote.c | 355 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 D | support.c | 216 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 D | generic.c | 280 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 D | listener.c | 488 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 D | protocol.c | 949 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 D | message.c | 266 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 D | dispatch.c | 921 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 D | connection.c | 1087 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 D | omapi.c | 743 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 D | failover.c | 1004 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 D | omapip.h | 108 isc_result_t (*stuff_values) (omapi_object_t *, member
|