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

/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Dbootp.c126 bootp_set_dhcp_info(Service_bootp_t * bootp, dhcp_info_t * dhcp_info_p) argument
128 dhcp_info_p->pkt = (uint8_t *)bootp->saved.pkt;
129 dhcp_info_p->pkt_size = bootp->saved.pkt_size;
130 dhcp_info_p->options = &bootp->saved.options;
131 dhcp_info_p->lease_start = 0;
132 dhcp_info_p->lease_expiration = 0;
H A Dipconfigd_threads.h268 ServicePublishSuccessIPv4(ServiceRef service_p, dhcp_info_t * dhcp_info_p);
277 dhcpv6_info_t * dhcp_info_p,
H A Ddhcp.c519 inform_set_dhcp_info(Service_inform_t * inform, dhcp_info_t * dhcp_info_p) argument
521 bzero(dhcp_info_p, sizeof(*dhcp_info_p));
523 dhcp_info_p->pkt = (uint8_t *)inform->saved.pkt;
524 dhcp_info_p->pkt_size = inform->saved.pkt_size;
525 dhcp_info_p->options = &inform->saved.options;
1165 dhcp_set_dhcp_info(Service_dhcp_t * dhcp, dhcp_info_t * dhcp_info_p) argument
1167 dhcp_info_p->pkt = (uint8_t *)dhcp->saved.pkt;
1168 dhcp_info_p->pkt_size = dhcp->saved.pkt_size;
1169 dhcp_info_p
2052 dhcp_info_t * dhcp_info_p = ((dhcp_info_t *)event_data); local
[all...]
H A Dipconfigd.c2493 ServicePublishSuccessIPv4(ServiceRef service_p, dhcp_info_t * dhcp_info_p) argument
2525 if (dhcp_info_p != NULL) {
2526 options = dhcp_info_p->options;
2637 dns_dict = ServiceIPv4CopyMergedDNS(parent_service_p, dhcp_info_p);
2640 dns_dict = ServiceIPv4CopyMergedDNS(service_p, dhcp_info_p);
2709 if (dhcp_info_p != NULL && dhcp_info_p->pkt_size != 0) {
2711 dhcp_info_p->options,
2712 dhcp_info_p->lease_start,
2713 dhcp_info_p
2850 ServicePublishSuccessIPv6(ServiceRef service_p, inet6_addrinfo_t * addresses, int addresses_count, struct in6_addr * router, int router_count, dhcpv6_info_t * dhcp_info_p, CFStringRef signature) argument
[all...]

Completed in 256 milliseconds