Searched refs:host_address (Results 1 – 7 of 7) sorted by relevance
/external/libese/libese-hw/nxp/pn80t/ |
D | common.c | 37 if (frame->header.NAD != opts->host_address) { in nxp_pn80t_preprocess() 47 .host_address = 0xA5, 163 nxp_pn80t_poll(ese, kTeq1Options.host_address, 5.0f, 0); in nxp_pn80t_send_cooldown()
|
/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-hw/ |
D | ese_hw_echo.c | 121 if (poll_for == opts->host_address) { in echo_poll() 148 .host_address = 0xAA,
|
/external/dnsmasq/src/ |
D | cache.c | 1036 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()
|
D | dnsmasq.h | 707 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/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()
|