OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ndtm
(Results
1 - 2
of
2
) sorted by null
/external/iproute2/ip/
ipntable.c
67
struct ndtmsg
ndtm
;
member in struct:__anon6424
83
req.
ndtm
.ndtm_family = preferred_family;
84
req.
ndtm
.ndtm_pad1 = 0;
85
req.
ndtm
.ndtm_pad2 = 0;
355
struct ndtmsg *
ndtm
= NLMSG_DATA(n);
local
366
len -= NLMSG_LENGTH(sizeof(*
ndtm
));
372
if (preferred_family && preferred_family !=
ndtm
->ndtm_family)
375
parse_rtattr(tb, NDTA_MAX, NDTA_RTA(
ndtm
),
376
n->nlmsg_len - NLMSG_LENGTH(sizeof(*
ndtm
)));
399
if (
ndtm
->ndtm_family == AF_INET
[
all
...]
/external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncId.java
129
DTM
ndtm
= ni.getDTM(pos);
local
130
String refval =
ndtm
.getStringValue(pos).toString();
Completed in 42 milliseconds