HomeSort by: relevance | last modified time | path
    Searched refs:ip_addr (Results 1 - 23 of 23) sorted by relevancy

  /src/usr.sbin/rpc.bootparamd/
test.c 88 bp.client_address.bp_address_u.ip_addr.net = (addr >> 24) & 0xff;
89 bp.client_address.bp_address_u.ip_addr.host = (addr >> 16) & 0xff;
90 bp.client_address.bp_address_u.ip_addr.lh = (addr >> 8) & 0xff;
91 bp.client_address.bp_address_u.ip_addr.impno = (addr >> 0) & 0xff;
96 out->router_address.bp_address_u.ip_addr.net & 0xff,
97 out->router_address.bp_address_u.ip_addr.host & 0xff,
98 out->router_address.bp_address_u.ip_addr.lh & 0xff,
99 out->router_address.bp_address_u.ip_addr.impno & 0xff);
bootparamd.c 163 255 & whoami->client_address.bp_address_u.ip_addr.net,
164 255 & whoami->client_address.bp_address_u.ip_addr.host,
165 255 & whoami->client_address.bp_address_u.ip_addr.lh,
166 255 & whoami->client_address.bp_address_u.ip_addr.impno);
169 255 & whoami->client_address.bp_address_u.ip_addr.net,
170 255 & whoami->client_address.bp_address_u.ip_addr.host,
171 255 & whoami->client_address.bp_address_u.ip_addr.lh,
172 255 & whoami->client_address.bp_address_u.ip_addr.impno);
175 (char *) &whoami->client_address.bp_address_u.ip_addr,
196 memmove(&res.router_address.bp_address_u.ip_addr,
    [all...]
  /src/sys/arch/evbarm/stand/boot2440/
dev_net.c 81 char ip_addr[200]; local
90 strncpy(ip_addr, path, (c-path));
91 ip_addr[(c-path)] = '\0';
92 printf("IP addr: %s\n", ip_addr);
93 rootip.s_addr = inet_addr(ip_addr);
  /src/external/bsd/wpa/dist/src/utils/
Makefile 11 ip_addr.o \
  /src/external/bsd/wpa/dist/src/wps/
wps_upnp_i.h 130 unsigned ip_addr; /* IP address of network i.f. we use (host order) */ member in struct:upnp_wps_device_sm
161 int get_netif_info(const char *net_if, unsigned *ip_addr, char **ip_addr_text,
173 int ssdp_open_multicast_sock(u32 ip_addr, const char *forced_ifname);
wps_er.h 82 unsigned ip_addr; /* IP address of network i.f. we use (host order) */ member in struct:wps_er
wps_upnp_ssdp.c 852 int ssdp_open_multicast_sock(u32 ip_addr, const char *forced_ifname)
887 &ip_addr, sizeof(ip_addr))) {
889 "%d (%s)", ip_addr, errno, strerror(errno));
905 mreq.imr_interface.s_addr = ip_addr;
938 sm->multicast_sd = ssdp_open_multicast_sock(sm->ip_addr, NULL);
wps_er_ssdp.c 167 er->multicast_sd = ssdp_open_multicast_sock(er->ip_addr,
wps_upnp.c 310 (sm->ip_addr & sm->netmask.s_addr);
912 * @ip_addr: Buffer for returning IP address in network byte order
918 int get_netif_info(const char *net_if, unsigned *ip_addr, char **ip_addr_text,
941 *ip_addr = addr->sin_addr.s_addr;
942 in_addr.s_addr = *ip_addr;
1063 if (get_netif_info(net_if, &sm->ip_addr, &sm->ip_addr_text,
wps_er.c 1300 if (get_netif_info(er->ifname, &er->ip_addr, &er->ip_addr_text,
1314 addr.s_addr = er->ip_addr;
1323 wpa_printf(MSG_DEBUG, "WPS ER: Start (ifname=%s ip_addr=%s)",
wps_upnp_web.c 1410 addr.s_addr = sm->ip_addr;
  /src/lib/librpcsvc/
bootparam_prot.x 73 ip_addr_t ip_addr;
  /src/external/bsd/am-utils/dist/libamu/
wire.c 75 u_long ip_addr; /* address of network */ member in struct:addrlist
150 al->ip_addr = address;
283 if (((addr ^ al->ip_addr) & al->ip_mask) == 0)
354 if ((al->ip_addr & (maskstr ? masknum : al->ip_mask)) == netnum)
374 if (al->ip_addr == netnum)
mount_fs.c 848 * ip_addr: IP address of file server
860 struct sockaddr_in *ip_addr,
951 if (ip_addr) {
955 NFS_SA_DREF(nap, ip_addr);
1242 * ip_addr: IP address of file server
1254 struct sockaddr_in *ip_addr,
1296 nap->host_addrlen = sizeof(*ip_addr);
1298 memcpy(nap->host_addr, ip_addr, nap->host_addrlen);
1397 struct sockaddr_in *ip_addr,
1406 compute_nfs4_args(nap, mntp, genflags, nfsncp, ip_addr, nfs_version
    [all...]
  /src/external/bsd/ntp/dist/tests/ntpd/
ntp_restrict.c 16 create_sockaddr_u(short sin_family, unsigned short sin_port, char* ip_addr)
23 sockaddr.sa4.sin_addr.s_addr = inet_addr(ip_addr);
  /src/external/bsd/wpa/bin/hostapd/
Makefile 84 ip_addr.c \
  /src/external/bsd/wpa/dist/src/ap/
wpa_auth_i.h 153 u8 ip_addr[4]; member in struct:wpa_state_machine
sta_info.c 1531 char ip_addr[100]; local
1535 ip_addr[0] = '\0';
1538 os_snprintf(ip_addr, sizeof(ip_addr),
1539 " ip_addr=%u.%u.%u.%u",
1565 buf, ip_addr, keyid_buf, dpp_pkhash_buf);
1571 buf, ip_addr, keyid_buf,
wpa_auth.c 1029 if (WPA_GET_BE32(sm->ip_addr)) {
1033 sm->ip_addr[0], sm->ip_addr[1],
1034 sm->ip_addr[2], sm->ip_addr[3],
3919 wpa_auth->ip_pool && WPA_GET_BE32(sm->ip_addr) == 0) {
3928 WPA_PUT_BE32(sm->ip_addr, start + idx);
3932 sm->ip_addr[0], sm->ip_addr[1],
3933 sm->ip_addr[2], sm->ip_addr[3]
    [all...]
  /src/external/bsd/am-utils/dist/include/
am_utils.h 383 extern void compute_nfs_args(void *nap, mntent_t *mntp, int genflags, struct netconfig *nfsncp, struct sockaddr_in *ip_addr, u_long nfs_version, char *nfs_proto, am_nfs_handle_t *fhp, char *host_name, char *fs_name);
  /src/external/bsd/nsd/dist/
options.c 3047 struct ip_address_option *ip_addr; local
3054 for(ip_addr = *ip_addresses_ref; ip_addr; ip_addr = ip_addr->next) {
3057 resolve_ifa_name(addrs, ip_addr->address, &ip_addresses,
3065 current = region_alloc_init(region, ip_addr,
3066 sizeof(*ip_addr));
  /src/external/bsd/wpa/dist/hostapd/
Android.mk 151 OBJS += src/utils/ip_addr.c
  /src/external/bsd/wpa/dist/wpa_supplicant/
p2p_supplicant.c 7857 char ip_addr[100]; local
7892 ip_addr[0] = '\0';
7896 res = os_snprintf(ip_addr, sizeof(ip_addr),
7897 " ip_addr=%u.%u.%u.%u "
7902 if (os_snprintf_error(sizeof(ip_addr), res))
7903 ip_addr[0] = '\0';
7911 ip_addr);

Completed in 52 milliseconds