Home
last modified time | relevance | path

Searched refs:network_prefix (Results 1 – 8 of 8) sorted by relevance

/external/tcpdump/
Dprint-babel.c162 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/
Dnet_util_posix.cc133 size_t network_prefix = 0; in GetNetworkList()
136 &network_prefix)); in GetNetworkList()
145 address, network_prefix)); in GetNetworkList()
Dnet_util.h442 size_t network_prefix);
450 size_t network_prefix; member
Dnet_util.cc964 network_prefix(0) { in NetworkInterface()
972 size_t network_prefix) in NetworkInterface() argument
978 network_prefix(network_prefix) { in NetworkInterface()
Dnet_util_unittest.cc722 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/
Dprivet_traffic_detector.cc35 networks[i].network_prefix >= 24) { in GetNetworkListOnFileThread()
140 networks_[i].network_prefix)) { in IsSourceAcceptable()
/external/chromium_org/chrome/browser/extensions/api/system_network/
Dsystem_network_api.cc64 info->prefix_length = i->network_prefix; in SendResponseOnUIThread()
/external/chromium_org/extensions/browser/api/socket/
Dsocket_api.cc689 info->prefix_length = i->network_prefix; in SendResponseOnUIThread()