Searched refs:dhcp_ipc_reply_t (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/lib/libdhcpagent/common/ |
H A D | dhcpagent_ipc.h | 73 typedef struct dhcp_ipc_reply dhcp_ipc_reply_t; typedef 148 extern void *dhcp_ipc_get_data(dhcp_ipc_reply_t *, size_t *, 151 dhcp_ipc_reply_t **, int32_t); 168 extern dhcp_ipc_reply_t *dhcp_ipc_alloc_reply(dhcp_ipc_request_t *, int, 170 extern int dhcp_ipc_send_reply(int, dhcp_ipc_reply_t *); 296 #define DHCP_IPC_REPLY_SIZE offsetof(dhcp_ipc_reply_t, buffer)
|
H A D | dhcpagent_ipc.c | 133 dhcp_ipc_reply_t * 137 dhcp_ipc_reply_t *reply = calloc(1, DHCP_IPC_REPLY_SIZE + buffer_size); in dhcp_ipc_alloc_reply() 164 dhcp_ipc_get_data(dhcp_ipc_reply_t *reply, size_t *size, dhcp_data_type_t *type) in dhcp_ipc_get_data() 193 dhcp_ipc_reply_t *ipc_msg; in dhcp_ipc_recv_msg() 222 ipc_msg = (dhcp_ipc_reply_t *)(*msg); in dhcp_ipc_recv_msg() 268 dhcp_ipc_recv_reply(int fd, dhcp_ipc_reply_t **reply, int32_t timeout) in dhcp_ipc_recv_reply() 331 dhcp_ipc_send_reply(int fd, dhcp_ipc_reply_t *reply) in dhcp_ipc_send_reply() 372 dhcp_ipc_make_request(dhcp_ipc_request_t *request, dhcp_ipc_reply_t **reply, in dhcp_ipc_make_request() 724 dhcp_ipc_reply_t *reply; in getinfo_ifnames() 855 dhcp_ipc_reply_t *reply; in dhcp_ipc_getinfo()
|
H A D | dhcpagent_util.c | 124 dhcp_ipc_reply_t *reply; in dhcp_start_agent() 233 dhcp_status_reply_to_string(dhcp_ipc_reply_t *reply) in dhcp_status_reply_to_string()
|
H A D | dhcpagent_util.h | 46 extern const char *dhcp_status_reply_to_string(dhcp_ipc_reply_t *);
|
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | ipc_action.c | 247 dhcp_ipc_reply_t *reply; in send_data_reply()
|
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpinfo/ |
H A D | dhcpinfo.c | 56 dhcp_ipc_reply_t *reply; in main()
|
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | ncu_ip.c | 151 dhcp_ipc_reply_t *reply; in nwamd_get_dhcpinfo_data()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ |
H A D | ndp.c | 320 dhcp_ipc_reply_t *reply = NULL; in dhcp_op()
|
/illumos-gate/usr/src/lib/libipadm/common/ |
H A D | ipadm_addr.c | 3227 dhcp_ipc_reply_t *reply = NULL; in i_ipadm_op_dhcp() 3310 dhcp_ipc_reply_t *reply; in i_ipadm_dhcp_status()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ifconfig/ |
H A D | ifconfig.c | 4311 dhcp_ipc_reply_t *reply = NULL; in setifdhcp()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | netstat.c | 3765 dhcp_ipc_reply_t *reply; in dhcp_do_ipc()
|