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 965 struct nd_opt_hdr ndo; local
1140 if (len < sizeof(ndo)) {
1144 memcpy(&ndo, p, sizeof(ndo));
1145 olen = (size_t)ndo.nd_opt_len * 8;
1159 ndo.nd_opt_type))
1165 if (dho->option == ndo.nd_opt_type)
1173 ifp->name, ndo.nd_opt_type, rap->sfrom);
1178 if (has_option_mask(ifp->options->nomasknd, ndo.nd_opt_type))
1181 switch (ndo.nd_opt_type)
1547 struct nd_opt_hdr ndo; local
1589 struct nd_opt_hdr ndo; local
1718 struct nd_opt_hdr ndo; local
    [all...]
  /src/external/bsd/tcpdump/dist/
tcpdump.c 326 netdissect_options *ndo; member in struct:dump_info
1304 open_interface(const char *device, netdissect_options *ndo, char *ebuf)
1322 pc = pcap_open(device, ndo->ndo_snaplen,
1362 status = pcap_set_tstamp_precision(pc, ndo->ndo_tstamp_precision);
1366 tstamp_precision_to_string(ndo->ndo_tstamp_precision),
1385 if (ndo->ndo_snaplen != 0) {
1390 status = pcap_set_snaplen(pc, ndo->ndo_snaplen);
1508 if (ndo->ndo_snaplen == 0)
1509 ndo->ndo_snaplen = MAXIMUM_SNAPLEN;
1510 pc = pcap_open_live(device, ndo->ndo_snaplen, !pflag, timeout, ebuf)
1570 netdissect_options *ndo = &Ndo; local
    [all...]

Completed in 22 milliseconds