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/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();
/external/iproute2/ip/
ipntable.c
67
struct ndtmsg
ndtm
;
member in struct:__anon22169
73
.
ndtm
.ndtm_family = preferred_family,
344
struct ndtmsg *
ndtm
= NLMSG_DATA(n);
local
355
len -= NLMSG_LENGTH(sizeof(*
ndtm
));
361
if (preferred_family && preferred_family !=
ndtm
->ndtm_family)
364
parse_rtattr(tb, NDTA_MAX, NDTA_RTA(
ndtm
),
365
n->nlmsg_len - NLMSG_LENGTH(sizeof(*
ndtm
)));
388
if (
ndtm
->ndtm_family == AF_INET)
390
else if (
ndtm
->ndtm_family == AF_INET6)
392
else if (
ndtm
->ndtm_family == AF_DECnet
[
all
...]
Completed in 122 milliseconds