Home
last modified time | relevance | path

Searched refs:host_address (Results 1 – 10 of 10) 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,
195 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/autotest/server/cros/
Dcamerabox_utils.py45 def get_chart_address(host_address, args): argument
60 for host in host_address
/external/dnsmasq/src/
Dcache.c854 void cache_add_dhcp_entry(char* host_name, struct in_addr* host_address, time_t ttd) { in cache_add_dhcp_entry() argument
863 if (crec->addr.addr.addr.addr4.s_addr != host_address->s_addr) { in cache_add_dhcp_entry()
868 host_name, inet_ntoa(*host_address), record_source(crec->uid), in cache_add_dhcp_entry()
883 if ((crec = cache_find_by_addr(NULL, (struct all_addr*) host_address, 0, F_IPV4))) { in cache_add_dhcp_entry()
885 cache_scan_free(NULL, (struct all_addr*) host_address, 0, F_IPV4 | F_REVERSE); in cache_add_dhcp_entry()
903 crec->addr.addr.addr.addr4 = *host_address; in cache_add_dhcp_entry()
Ddnsmasq.h661 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/u-boot/arch/x86/include/asm/
Dme_common.h175 u32 host_address:8; 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()