Searched refs:add_pkt_opt16 (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | inform.c | 87 (void) add_pkt_opt16(dpkt, CD_MAX_DHCP_SIZE, in dhcp_inform()
|
H A D | packet.h | 127 void *add_pkt_opt16(dhcp_pkt_t *, uint_t, uint16_t);
|
H A D | select.c | 194 (void) add_pkt_opt16(dpkt, CD_MAX_DHCP_SIZE, in dhcp_selecting()
|
H A D | init_reboot.c | 75 (void) add_pkt_opt16(dpkt, CD_MAX_DHCP_SIZE, in dhcp_init_reboot_v4()
|
H A D | renew.c | 479 (void) add_pkt_opt16(dpkt, CD_MAX_DHCP_SIZE, in dhcp_extending()
|
H A D | packet.c | 560 add_pkt_opt16(dhcp_pkt_t *dpkt, uint_t opt_type, uint16_t opt_value) in add_pkt_opt16() function 853 (void) add_pkt_opt16(dpkt, DHCPV6_OPT_ELAPSED_TIME, in send_pkt_internal()
|
H A D | request.c | 297 (void) add_pkt_opt16(dpkt, CD_MAX_DHCP_SIZE, in dhcp_requesting()
|