Searched refs:host_address (Results 1 – 10 of 10) sorted by relevance
/external/ltp/testcases/network/rpc/basic_tests/rpc01/ |
D | rpc1.c | 19 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/ |
D | teq1_unittests.cpp | 375 .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/ |
D | common.c | 33 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/ |
D | ese_hw_echo.c | 121 if (poll_for == opts->host_address) { in echo_poll() 148 .host_address = 0xAA,
|
/external/autotest/server/cros/ |
D | camerabox_utils.py | 45 def get_chart_address(host_address, args): argument 60 for host in host_address
|
/external/dnsmasq/src/ |
D | cache.c | 854 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()
|
D | dnsmasq.h | 661 void cache_add_dhcp_entry(char* host_name, struct in_addr* host_address, time_t ttd);
|
/external/libese/libese-teq1/include/ese/ |
D | teq1.h | 145 uint8_t host_address; /* NAD to listen for */ member
|
/external/u-boot/arch/x86/include/asm/ |
D | me_common.h | 175 u32 host_address:8; member
|
/external/libese/libese-teq1/ |
D | teq1.c | 137 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()
|