Searched refs:init_pkt (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | release.c | 68 if ((dpkt = init_pkt(dsmp, DHCPV6_MSG_DECLINE)) == NULL) in send_declines() 83 if ((dpkt = init_pkt(dsmp, DECLINE)) == NULL) in send_declines() 159 dpkt = init_pkt(dsmp, DHCPV6_MSG_RELEASE); in dhcp_release() 187 dpkt = init_pkt(dsmp, RELEASE); in dhcp_release()
|
H A D | inform.c | 64 dpkt = init_pkt(dsmp, DHCPV6_MSG_INFO_REQ); in dhcp_inform() 83 dpkt = init_pkt(dsmp, INFORM); in dhcp_inform()
|
H A D | select.c | 159 if ((dpkt = init_pkt(dsmp, DHCPV6_MSG_SOLICIT)) == NULL) { in dhcp_selecting() 184 if ((dpkt = init_pkt(dsmp, DISCOVER)) == NULL) { in dhcp_selecting()
|
H A D | init_reboot.c | 70 dpkt = init_pkt(dsmp, REQUEST); in dhcp_init_reboot_v4() 135 dpkt = init_pkt(dsmp, DHCPV6_MSG_CONFIRM); in dhcp_init_reboot_v6()
|
H A D | renew.c | 438 dpkt = init_pkt(dsmp, DHCPV6_MSG_RENEW); in dhcp_extending() 444 dpkt = init_pkt(dsmp, DHCPV6_MSG_REBIND); in dhcp_extending() 472 dpkt = init_pkt(dsmp, REQUEST); in dhcp_extending()
|
H A D | packet.h | 121 dhcp_pkt_t *init_pkt(dhcp_smach_t *, uchar_t);
|
H A D | request.c | 67 dpkt = init_pkt(dsmp, DHCPV6_MSG_REQUEST); in send_v6_request() 284 dpkt = init_pkt(dsmp, REQUEST); in dhcp_requesting()
|
H A D | README | 301 send a DHCP packet, code first calls init_pkt(), which returns a 303 init_pkt() returns a dhcp_pkt_t that is actually allocated as part of 305 init_pkt(), the add_pkt_opt*() functions are used to add options to
|
H A D | packet.c | 155 init_pkt(dhcp_smach_t *dsmp, uchar_t type) in init_pkt() function
|