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

/macosx-10.10/bootp-298/bootpd.tproj/
H A Dbootpdfile.h35 struct in_addr * iaddr_p,
H A Dbootplookup.h34 struct in_addr * iaddr_p,
H A Ddhcpd.h45 struct in_addr * iaddr_p, SubnetRef * subnet_p);
H A Ddhcpd.c456 struct timeval * time_in_p, struct in_addr * iaddr_p)
464 *iaddr_p = giaddr;
465 subnet = SubnetListAcquireAddress(subnets, iaddr_p, S_ipinuse,
474 *iaddr_p = info->netaddr;
475 subnet = SubnetListAcquireAddress(subnets, iaddr_p, S_ipinuse,
488 struct in_addr * iaddr_p, SubnetRef * subnet_p)
513 *iaddr_p = iaddr;
540 *iaddr_p = iaddr;
570 *iaddr_p = iaddr;
455 acquire_ip(struct in_addr giaddr, interface_t * if_p, struct timeval * time_in_p, struct in_addr * iaddr_p) argument
486 dhcp_bootp_allocate(char * idstr, char * hwstr, struct dhcp * rq, interface_t * if_p, struct timeval * time_in_p, struct in_addr * iaddr_p, SubnetRef * subnet_p) argument
H A Dbootpdfile.c245 struct in_addr * iaddr_p,
258 *iaddr_p = hp->iaddr;
243 bootp_getbyhw_file(uint8_t hwtype, void * hwaddr, int hwlen, subnet_match_func_t * func, void * arg, struct in_addr * iaddr_p, char * * hostname_p, char * * bootfile_p) argument
H A Dbootplookup.c349 struct in_addr * iaddr_p,
385 *iaddr_p = ia;
347 bootp_getbyhw_ds(uint8_t hwtype, void * hwaddr, int hwlen, subnet_match_func_t * func, void * arg, struct in_addr * iaddr_p, char * * hostname_p, char * * bootfile_p) argument
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Din_dhcp.h45 dhcp(struct ifnet * ifp, struct in_addr * iaddr_p, int max_try,
H A Din_dhcp.c914 dhcp(struct ifnet * ifp, struct in_addr * iaddr_p, int max_try, argument
929 *iaddr_p = context->iaddr;
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dnetboot.h44 boolean_t netboot_iaddr(struct in_addr * iaddr_p);
/macosx-10.10/bootp-298/bootplib/
H A Dhostlist.c107 char * haddr, int hlen, struct in_addr * iaddr_p,
124 if (iaddr_p)
125 hp->iaddr = *iaddr_p;
106 hostadd(struct hosts * * hosts, struct timeval * tv_p, int htype, char * haddr, int hlen, struct in_addr * iaddr_p, char * hostname, char * bootfile) argument
H A Dhostlist.h52 struct in_addr * iaddr_p, char * host_name,
H A Dnbimages.c113 parse_nfs_path(char * path, struct in_addr * iaddr_p, argument
126 if (inet_aton(start, iaddr_p) != 1) {
137 *iaddr_p = **addr;
172 parse_http_path(char * path, struct in_addr * iaddr_p, argument
224 if (inet_aton(start, iaddr_p) != 1) {
235 *iaddr_p = **addr;
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dnetboot.c129 parse_booter_path(char * path, struct in_addr * iaddr_p, char const * * host, argument
142 if (inet_aton(start, iaddr_p) != 1) {
216 parse_netboot_path(char * path, struct in_addr * iaddr_p, char const * * host, argument
235 if (inet_aton(start, iaddr_p) != 1) {
253 *host = inet_ntop(AF_INET, iaddr_p, tmp, sizeof(tmp));
258 parse_image_path(char * path, struct in_addr * iaddr_p, char const * * host, argument
262 return (parse_booter_path(path, iaddr_p, host, mount_dir,
265 return (parse_netboot_path(path, iaddr_p, host, mount_dir,
446 netboot_iaddr(struct in_addr * iaddr_p) argument
451 *iaddr_p
482 get_ip_parameters(struct in_addr * iaddr_p, struct in_addr * netmask_p, struct in_addr * router_p) argument
[all...]
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Dipconfigd.c2197 struct in_addr * iaddr_p; local
2244 iaddr_p = (struct in_addr *)
2247 sizeof(*iaddr_p));
2248 if (iaddr_p != NULL) {
2249 S_netboot_server_ip = *iaddr_p;

Completed in 332 milliseconds