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

  /external/dhcpcd/
ipv6rs.c 288 struct nd_opt_hdr *ndo; local
405 ndo = (struct nd_opt_hdr *)p;
406 olen = ndo->nd_opt_len * 8 ;
418 switch (ndo->nd_opt_type) {
420 pi = (struct nd_opt_prefix_info *)ndo;
461 op = (uint8_t *)ndo;
466 for (n = ndo->nd_opt_len - 1; n > 1; n -= 2) {
514 if (rao->type == ndo->nd_opt_type &&
534 rao->type = ndo->nd_opt_type;
  /external/tcpdump/
tcpdump.c 131 static void ndo_error(netdissect_options *ndo, const char *fmt, ...)
133 static void ndo_warning(netdissect_options *ndo, const char *fmt, ...);
378 netdissect_options *ndo; member in struct:print_info
635 static int tcpdump_printf(netdissect_options *ndo _U_,
655 printinfo.ndo = gndo;
    [all...]

Completed in 106 milliseconds