HomeSort by relevance Sort by last modified time
    Searched refs:in_addr (Results 251 - 275 of 470) sorted by null

<<111213141516171819

  /external/python/cpython3/Modules/
getnameinfo.c 65 {PF_INET, sizeof(struct in_addr), sizeof(struct sockaddr_in),
  /external/syslinux/gpxe/src/net/
dhcppkt.c 51 const struct in_addr *in = data;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
ip.h 129 struct in_addr ip_src, ip_dst; /* source and dest address */
ip_icmp.h 146 struct in_addr ih_gwaddr; /* gateway address */
  /external/iptables/iptables/
nft-shared.h 179 struct in_addr *v4;
186 struct in_addr *v4;
  /external/syslinux/gpxe/src/net/udp/
dns.c 375 dns, inet_ntoa ( rr_info->a.in_addr ) );
378 sin->sin_addr = rr_info->a.in_addr;
  /external/toybox/toys/pending/
arping.c 48 struct in_addr src_addr, dest_addr;
133 struct in_addr s_ip, d_ip;
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_dragonfly_amd64.go 150 Addr [4]byte /* in_addr */
206 Multiaddr [4]byte /* in_addr */
207 Interface [4]byte /* in_addr */
ztypes_netbsd_amd64.go 110 Addr [4]byte /* in_addr */
164 Multiaddr [4]byte /* in_addr */
165 Interface [4]byte /* in_addr */
ztypes_netbsd_arm.go 111 Addr [4]byte /* in_addr */
165 Multiaddr [4]byte /* in_addr */
166 Interface [4]byte /* in_addr */
ztypes_openbsd_386.go 147 Addr [4]byte /* in_addr */
201 Multiaddr [4]byte /* in_addr */
202 Interface [4]byte /* in_addr */
ztypes_openbsd_amd64.go 149 Addr [4]byte /* in_addr */
203 Multiaddr [4]byte /* in_addr */
204 Interface [4]byte /* in_addr */
ztypes_openbsd_arm.go 147 Addr [4]byte /* in_addr */
201 Multiaddr [4]byte /* in_addr */
202 Interface [4]byte /* in_addr */
  /prebuilts/go/linux-x86/src/syscall/
ztypes_dragonfly_amd64.go 150 Addr [4]byte /* in_addr */
206 Multiaddr [4]byte /* in_addr */
207 Interface [4]byte /* in_addr */
ztypes_netbsd_amd64.go 110 Addr [4]byte /* in_addr */
164 Multiaddr [4]byte /* in_addr */
165 Interface [4]byte /* in_addr */
ztypes_netbsd_arm.go 111 Addr [4]byte /* in_addr */
165 Multiaddr [4]byte /* in_addr */
166 Interface [4]byte /* in_addr */
ztypes_openbsd_386.go 147 Addr [4]byte /* in_addr */
201 Multiaddr [4]byte /* in_addr */
202 Interface [4]byte /* in_addr */
ztypes_openbsd_amd64.go 149 Addr [4]byte /* in_addr */
203 Multiaddr [4]byte /* in_addr */
204 Interface [4]byte /* in_addr */
ztypes_openbsd_arm.go 147 Addr [4]byte /* in_addr */
201 Multiaddr [4]byte /* in_addr */
202 Interface [4]byte /* in_addr */
  /external/tcpdump/
print-isoclns.c     [all...]
print-rsvp.c 741 *(obj_tptr + sizeof(struct in_addr))));
    [all...]
  /bionic/libc/dns/resolv/
res_init.c 126 static uint32_t net_mask(struct in_addr);
388 struct in_addr a;
608 net_mask(struct in_addr in) /*!< XXX - should really use system's version of this */
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
gethostbydns.c 723 hname2, inet_ntoa(*((struct in_addr *)addr)));
737 hname2, inet_ntoa(*((struct in_addr *)addr)));
771 (((struct in_addr *)(*p))->s_addr & _res.sort_list[j].mask))
  /external/dnsmasq/src/
lease.c 27 struct in_addr addr;
314 struct dhcp_lease *lease_find_by_addr(struct in_addr addr)
326 struct dhcp_lease *lease_allocate(struct in_addr addr)
  /external/iproute2/misc/
arpd.c 712 if (!inet_aton(ipbuf, (struct in_addr *)&k.addr)) {
744 inet_ntoa(*(struct in_addr *)&key->addr),
749 inet_ntoa(*(struct in_addr *)&key->addr),

Completed in 499 milliseconds

<<111213141516171819