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

/xnu-2422.115.4/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",
/xnu-2422.115.4/bsd/kern/
H A Dnetboot.c89 #define IP_FORMAT "%d.%d.%d.%d" macro
652 printf("netboot: IP address " IP_FORMAT, IP_LIST(&iaddr));
654 printf(" netmask " IP_FORMAT, IP_LIST(&netmask));
657 printf(" router " IP_FORMAT, IP_LIST(&router));
669 printf("netboot: adding default route " IP_FORMAT "\n",
706 printf("netboot: host_route_delete(" IP_FORMAT
714 printf("netboot: host_route_delete(" IP_FORMAT
/xnu-2422.115.4/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",
554 printf("dhcp: server " IP_FORMAT " send us a NAK\n",
628 printf("dhcp: received OFFER: server " IP_FORMAT
629 " IP address " IP_FORMAT "\n",

Completed in 22 milliseconds