HomeSort by: relevance | last modified time | path
    Searched defs:ndo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/dhcpcd/dist/src/
ipv6nd.c 957 struct nd_opt_hdr ndo; local
1132 if (len < sizeof(ndo)) {
1136 memcpy(&ndo, p, sizeof(ndo));
1137 olen = (size_t)ndo.nd_opt_len * 8;
1151 ndo.nd_opt_type))
1157 if (dho->option == ndo.nd_opt_type)
1165 ifp->name, ndo.nd_opt_type, rap->sfrom);
1170 if (has_option_mask(ifp->options->nomasknd, ndo.nd_opt_type))
1173 switch (ndo.nd_opt_type)
1539 struct nd_opt_hdr ndo; local
1581 struct nd_opt_hdr ndo; local
1710 struct nd_opt_hdr ndo; local
    [all...]
  /src/external/bsd/tcpdump/dist/
tcpdump.c 320 netdissect_options *ndo; member in struct:dump_info
1276 open_interface(const char *device, netdissect_options *ndo, char *ebuf)
1294 pc = pcap_open(device, ndo->ndo_snaplen,
1334 status = pcap_set_tstamp_precision(pc, ndo->ndo_tstamp_precision);
1338 tstamp_precision_to_string(ndo->ndo_tstamp_precision),
1357 if (ndo->ndo_snaplen != 0) {
1362 status = pcap_set_snaplen(pc, ndo->ndo_snaplen);
1475 if (ndo->ndo_snaplen == 0)
1476 ndo->ndo_snaplen = MAXIMUM_SNAPLEN;
1477 pc = pcap_open_live(device, ndo->ndo_snaplen, !pflag, timeout, ebuf)
1536 netdissect_options *ndo = &Ndo; local
    [all...]

Completed in 21 milliseconds