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

/darwin-on-arm/xnu/bsd/nfs/
H A Dkrpc_subr.c139 #define IP_FORMAT "%d.%d.%d.%d" macro
386 printf("RPC timeout for server " IP_FORMAT "\n",
417 printf("short receive (%ld/%ld) from server " IP_FORMAT "\n",
429 printf("impossible packet length (%ld) from server " IP_FORMAT "\n",
441 printf("short receive (%ld/%ld) from server " IP_FORMAT "\n",
H A Dnfs_boot.c176 #define IP_FORMAT "%d.%d.%d.%d" macro
252 printf("nfs_boot: BOOTPARAMS server " IP_FORMAT "\n",
/darwin-on-arm/xnu/bsd/kern/
H A Dnetboot.c92 #define IP_FORMAT "%d.%d.%d.%d" macro
656 printf("netboot: IP address " IP_FORMAT, IP_LIST(&iaddr));
658 printf(" netmask " IP_FORMAT, IP_LIST(&netmask));
661 printf(" router " IP_FORMAT, IP_LIST(&router));
673 printf("netboot: adding default route " IP_FORMAT "\n",
710 printf("netboot: host_route_delete(" IP_FORMAT
718 printf("netboot: host_route_delete(" IP_FORMAT
/darwin-on-arm/xnu/bsd/netinet/
H A Din_dhcp.c159 #define IP_FORMAT "%d.%d.%d.%d" macro
451 printf("dhcp: received ACK: server " IP_FORMAT
452 " IP address " IP_FORMAT "\n",
530 printf("dhcp: sending REQUEST: server " IP_FORMAT
531 " IP address " IP_FORMAT "\n",
558 printf("dhcp: server " IP_FORMAT " send us a NAK\n",
632 printf("dhcp: received OFFER: server " IP_FORMAT
633 " IP address " IP_FORMAT "\n",

Completed in 36 milliseconds