Searched refs:send_pkt (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | release.c | 122 (void) send_pkt(dsmp, dpkt, htonl(INADDR_BROADCAST), NULL); in send_declines() 198 (void) send_pkt(dsmp, dpkt, serverip, NULL); in dhcp_release()
|
H A D | inform.c | 98 if (!send_pkt(dsmp, dpkt, server, stop_informing)) { in dhcp_inform()
|
H A D | packet.h | 136 boolean_t send_pkt(dhcp_smach_t *, dhcp_pkt_t *, in_addr_t,
|
H A D | select.c | 227 (void) send_pkt(dsmp, dpkt, htonl(INADDR_BROADCAST), in dhcp_selecting()
|
H A D | init_reboot.c | 108 (void) send_pkt(dsmp, dpkt, htonl(INADDR_BROADCAST), stop_init_reboot); in dhcp_init_reboot_v4()
|
H A D | renew.c | 500 return (send_pkt(dsmp, dpkt, server, stop_extending)); in dhcp_extending()
|
H A D | README | 306 the DHCP packet. Finally, send_pkt() and send_pkt_v6() can be used to 309 The send_pkt() function handles the details of packet timeout and 310 retransmission. The last argument to send_pkt() is a pointer to a 319 retransmission or not, which allows the send_pkt() caller to control
|
H A D | request.c | 334 (void) send_pkt(dsmp, dpkt, htonl(INADDR_BROADCAST), in dhcp_requesting()
|
H A D | packet.c | 1024 send_pkt(dhcp_smach_t *dsmp, dhcp_pkt_t *dpkt, in_addr_t dest, in send_pkt() function
|
/titanic_41/usr/src/uts/common/io/bge/ |
H A D | bge_impl.h | 470 typedef struct send_pkt { struct
|