HomeSort by relevance Sort by last modified time
    Searched defs:ndo (Results 1 - 2 of 2) sorted by null

  /external/dhcpcd-6.8.2/
ipv6nd.c 742 struct nd_opt_hdr *ndo; local
876 ndo = (struct nd_opt_hdr *)p;
877 olen = (size_t)ndo->nd_opt_len * 8;
890 switch (ndo->nd_opt_type) {
892 pi = (struct nd_opt_prefix_info *)(void *)ndo;
1045 op = (uint8_t *)ndo;
1050 for (n = (size_t)ndo->nd_opt_len - 1; n > 1; n -= 2,
1057 op = (uint8_t *)ndo;
1064 for (n = (size_t)ndo->nd_opt_len - 1; n > 1; n -= 2,
1126 n = ndo->nd_opt_type
    [all...]
  /external/tcpdump/
tcpdump.c 168 static void ndo_error(netdissect_options *ndo, const char *fmt, ...)
174 static void ndo_warning(netdissect_options *ndo, const char *fmt, ...)
461 netdissect_options *ndo; member in struct:print_info
846 static int tcpdump_printf(netdissect_options *ndo _U_,
866 printinfo.ndo = gndo;
2443 netdissect_options *ndo; local
    [all...]

Completed in 75 milliseconds