OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dstNet
(Results
1 - 6
of
6
) sorted by null
/external/tcpdump/
ipx.h
22
u_int16_t
dstNet
[2]; /* destination net */
print-netbios.c
78
ipxaddr_string(EXTRACT_32BITS(ipx->
dstNet
), ipx->dstNode),
appletalk.h
40
u_int16_t
dstNet
;
print-ipx.c
68
ipxaddr_string(EXTRACT_32BITS(ipx->
dstNet
), ipx->dstNode),
print-atalk.c
142
ataddr_string(EXTRACT_16BITS(&dp->
dstNet
), dp->dstNode),
187
ataddr_string(EXTRACT_16BITS(&dp->
dstNet
), dp->dstNode),
/frameworks/base/core/java/android/net/
RouteInfo.java
287
InetAddress
dstNet
= NetworkUtils.getNetworkPart(destination,
290
return mDestination.getAddress().equals(
dstNet
);
Completed in 333 milliseconds