Searched refs:network_prefix (Results 1 – 8 of 8) sorted by relevance
/external/tcpdump/ |
D | print-babel.c | 162 network_prefix(int ae, int plen, unsigned int omitted, in network_prefix() function 230 return network_prefix(ae, -1, 0, a, NULL, len, a_r); in network_address() 450 rc = network_prefix(message[2], message[4], message[5], in babel_print_v2() 486 rc = network_prefix(message[2], message[3], 0, in babel_print_v2() 506 rc = network_prefix(message[2], message[3], 0, in babel_print_v2()
|
/external/chromium_org/net/base/ |
D | net_util_posix.cc | 133 size_t network_prefix = 0; in GetNetworkList() 136 &network_prefix)); in GetNetworkList() 145 address, network_prefix)); in GetNetworkList()
|
D | net_util.h | 442 size_t network_prefix); 450 size_t network_prefix; member
|
D | net_util.cc | 964 network_prefix(0) { in NetworkInterface() 972 size_t network_prefix) in NetworkInterface() argument 978 network_prefix(network_prefix) { in NetworkInterface()
|
D | net_util_unittest.cc | 722 EXPECT_GT(it->network_prefix, 1u); in TEST() 723 EXPECT_LE(it->network_prefix, it->address.size() * 8); in TEST()
|
/external/chromium_org/chrome/browser/local_discovery/ |
D | privet_traffic_detector.cc | 35 networks[i].network_prefix >= 24) { in GetNetworkListOnFileThread() 140 networks_[i].network_prefix)) { in IsSourceAcceptable()
|
/external/chromium_org/chrome/browser/extensions/api/system_network/ |
D | system_network_api.cc | 64 info->prefix_length = i->network_prefix; in SendResponseOnUIThread()
|
/external/chromium_org/extensions/browser/api/socket/ |
D | socket_api.cc | 689 info->prefix_length = i->network_prefix; in SendResponseOnUIThread()
|