HomeSort by: relevance | last modified time | path
    Searched defs:host_address (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libwrap/
hosts_access.c 361 unsigned long host_address; local in function:rbl_match
365 if (dot_quad_addr(rbl_hostaddr, &host_address) != 0) {
369 host_address = ntohl(host_address);
376 (unsigned int) ((host_address) & 0xff),
377 (unsigned int) ((host_address >> 8) & 0xff),
378 (unsigned int) ((host_address >> 16) & 0xff),
379 (unsigned int) ((host_address >> 24) & 0xff),
hosts_access.c 361 unsigned long host_address; local in function:rbl_match
365 if (dot_quad_addr(rbl_hostaddr, &host_address) != 0) {
369 host_address = ntohl(host_address);
376 (unsigned int) ((host_address) & 0xff),
377 (unsigned int) ((host_address >> 8) & 0xff),
378 (unsigned int) ((host_address >> 16) & 0xff),
379 (unsigned int) ((host_address >> 24) & 0xff),
hosts_access.c 361 unsigned long host_address; local in function:rbl_match
365 if (dot_quad_addr(rbl_hostaddr, &host_address) != 0) {
369 host_address = ntohl(host_address);
376 (unsigned int) ((host_address) & 0xff),
377 (unsigned int) ((host_address >> 8) & 0xff),
378 (unsigned int) ((host_address >> 16) & 0xff),
379 (unsigned int) ((host_address >> 24) & 0xff),

Completed in 31 milliseconds