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

/macosx-10.10/bootp-298/bootplib/
H A Dcfutil.h54 my_CFStringToIPAddress(CFStringRef str, struct in_addr * ret_ip);
H A Dcfutil.c284 my_CFStringToIPAddress(CFStringRef str, struct in_addr * ret_ip) argument
288 ret_ip->s_addr = 0;
296 if (inet_aton(buf, ret_ip) == 1) {
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Dstf.c270 struct in_addr ret_ip; local
279 ret_ip.s_addr = 0;
315 ret_ip = ip;
320 return (ret_ip);
H A Dlinklocal.c149 parent_service_ip_address(ServiceRef service_p, struct in_addr * ret_ip) argument
161 *ret_ip = addr;
H A Dipconfigd.c662 my_CFStringToIPv6Address(CFStringRef str, struct in6_addr * ret_ip);
4956 my_CFStringToIPv6Address(CFStringRef str, struct in6_addr * ret_ip) argument
4967 if (inet_pton(AF_INET6, buf, ret_ip) == 1) {
/macosx-10.10/bootp-298/bootpd.tproj/
H A Dbootpd.c715 S_str_to_ip(const char * ip_str, struct in_addr * ret_ip) argument
717 if (inet_aton(ip_str, ret_ip) == 0
718 || ret_ip->s_addr == 0
719 || ret_ip->s_addr == INADDR_BROADCAST) {
/macosx-10.10/bootp-298/BSDPClient/
H A DBSDPClient.c214 get_dhcp_address(const char * ifname, struct in_addr * ret_ip) argument
302 ret_ip)) {

Completed in 203 milliseconds