HomeSort by relevance Sort by last modified time
    Searched full:ipv4_addr (Results 1 - 17 of 17) sorted by null

  /hardware/broadcom/wlan/bcm4329/dhdutil/
dhdu.h 45 struct ipv4_addr;
47 int dhd_atoip(const char *a, struct ipv4_addr *n);
dhdu_common.h 28 extern int dhd_atoip(const char *a, struct ipv4_addr *n);
bcmutils.c 881 bcm_ip_ntoa(struct ipv4_addr *ia, char *buf)
    [all...]
dhdu.c     [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.h 45 struct ipv4_addr;
47 int dhd_atoip(const char *a, struct ipv4_addr *n);
dhdu_common.h 28 extern int dhd_atoip(const char *a, struct ipv4_addr *n);
bcmutils.c 881 bcm_ip_ntoa(struct ipv4_addr *ia, char *buf)
    [all...]
dhdu.c     [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/proto/
bcmip.h 95 BWL_PRE_PACKED_STRUCT struct ipv4_addr { struct
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bcmip.h 95 BWL_PRE_PACKED_STRUCT struct ipv4_addr { struct
  /external/checkpolicy/
policy_scan.l 233 {digit}{1,3}(\.{digit}{1,3}){3} { return(IPV4_ADDR); }
policy_parse.y 140 %token IPV4_ADDR
687 ipv4_addr_def : IPV4_ADDR
  /frameworks/base/services/common_time/
common_time_server.cpp 394 struct sockaddr_in* ipv4_addr = NULL; local
447 ipv4_addr = reinterpret_cast<struct sockaddr_in*>(&mMasterElectionEP);
448 memcpy(&bindAddr, ipv4_addr, sizeof(bindAddr));
459 if (0xE0000000 == (ntohl(ipv4_addr->sin_addr.s_addr) & 0xF0000000)) {
463 mreq.imr_multiaddr = ipv4_addr->sin_addr;
482 if (ntohl(ipv4_addr->sin_addr.s_addr) != 0xFFFFFFFF) {
    [all...]
  /external/openssh/
sshd_config.0 350 ListenAddress host|IPv4_addr|IPv6_addr
351 ListenAddress host|IPv4_addr:port
452 PermitOpen IPv4_addr:port
    [all...]
sshd_config.5 608 .Ar host No | Ar IPv4_addr No | Ar IPv6_addr
613 .Ar host No | Ar IPv4_addr No : Ar port
788 .Ar IPv4_addr : port
    [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
bcmutils.h 321 struct ipv4_addr;
322 extern char *bcm_ip_ntoa(struct ipv4_addr *ia, char *buf);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 321 struct ipv4_addr;
322 extern char *bcm_ip_ntoa(struct ipv4_addr *ia, char *buf);

Completed in 1175 milliseconds