Searched defs:ipv4 (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libresolv2/common/inet/
H A Dinet_net_pton.c274 int ipv4; local
288 ipv4 = 0;
324 ipv4 = 1;
343 if (ipv4)
/osnet-11/usr/src/grub/grub2/grub-core/kern/efi/
H A Defi.c531 grub_efi_ipv4_device_path_t ipv4; local
532 grub_memcpy (&ipv4, dp, len);
534 (unsigned) ipv4.local_ip_address[0],
535 (unsigned) ipv4.local_ip_address[1],
536 (unsigned) ipv4.local_ip_address[2],
537 (unsigned) ipv4.local_ip_address[3],
538 (unsigned) ipv4.remote_ip_address[0],
539 (unsigned) ipv4.remote_ip_address[1],
540 (unsigned) ipv4.remote_ip_address[2],
541 (unsigned) ipv4
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dnet.h155 grub_uint32_t ipv4; member in union:grub_net_network_level_address::__anon793

Completed in 24 milliseconds