Searched refs:send_packet (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Din_dhcp.c298 * Function: send_packet
303 send_packet(struct ifnet * ifp, struct dhcp_packet * pkt, int pkt_size) function
544 error = send_packet(context->ifp, request, request_size);
546 printf("dhcp: send_packet failed with %d\n", error);
745 error = send_packet(context->ifp, request, request_size);
747 printf("dhcp: send_packet failed with %d\n", error);

Completed in 61 milliseconds