Home
last modified time | relevance | path

Searched refs:host_address (Results 1 – 8 of 8) sorted by relevance

/external/ltp/testcases/network/rpc/basic_tests/rpc01/
Drpc1.c19 long host_address; variable
105 host_address = (long)*((int *)hp->h_addr_list[0]); in main()
106 buffer.address = host_address; in main()
/external/libese/libese-teq1/tests/
Dteq1_unittests.cpp375 .host_address = 0xA5,
533 frame.header.NAD = kTeq1Options.host_address; in TEST_F()
572 frame.header.NAD = kTeq1Options.host_address; in TEST_F()
580 frame.header.NAD = kTeq1Options.host_address; in TEST_F()
639 frame.header.NAD = kTeq1Options.host_address; in TEST_F()
653 frame.header.NAD = kTeq1Options.host_address; in TEST_F()
661 frame.header.NAD = kTeq1Options.host_address; in TEST_F()
719 frame.header.NAD = kTeq1Options.host_address; in TEST_F()
742 frame.header.NAD = kTeq1Options.host_address; in TEST_F()
/external/libese/libese-hw/nxp/pn80t/
Dcommon.c33 if (frame->header.NAD != opts->host_address) { in nxp_pn80t_preprocess()
43 .host_address = 0xA5,
193 nxp_pn80t_poll(ese, kTeq1Options.host_address, 5.0f, 0); in nxp_pn80t_send_cooldown()
/external/libese/libese-hw/
Dese_hw_echo.c121 if (poll_for == opts->host_address) { in echo_poll()
148 .host_address = 0xAA,
/external/dnsmasq/src/
Dcache.c1036 struct in_addr *host_address, time_t ttd) in cache_add_dhcp_entry() argument
1048 if (crec->addr.addr.addr.addr4.s_addr != host_address->s_addr) in cache_add_dhcp_entry()
1054 host_name, inet_ntoa(*host_address), in cache_add_dhcp_entry()
1073 if ((crec = cache_find_by_addr(NULL, (struct all_addr *)host_address, 0, F_IPV4))) in cache_add_dhcp_entry()
1076 cache_scan_free(NULL, (struct all_addr *)host_address, 0, F_IPV4 | F_REVERSE); in cache_add_dhcp_entry()
1094 crec->addr.addr.addr.addr4 = *host_address; in cache_add_dhcp_entry()
Ddnsmasq.h675 void cache_add_dhcp_entry(char *host_name, struct in_addr *host_address, time_t ttd);
/external/libese/libese-teq1/include/ese/
Dteq1.h145 uint8_t host_address; /* NAD to listen for */ member
/external/libese/libese-teq1/
Dteq1.c137 int bytes_consumed = ese->ops->poll(ese, opts->host_address, timeout, 0); in teq1_receive()
145 frame->header.NAD = opts->host_address; in teq1_receive()