Searched defs:opt_hdr (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd-network/
H A Dsd-ndisc.c416 struct nd_opt_hdr *opt_hdr; local
429 opt_hdr = opt;
431 while (len != 0 && len >= opt_hdr->nd_opt_len * NDISC_OPT_LEN_UNITS) {
436 if (opt_hdr->nd_opt_len == 0)
439 switch (opt_hdr->nd_opt_type) {
462 len -= opt_hdr->nd_opt_len * NDISC_OPT_LEN_UNITS;
464 opt_hdr->nd_opt_len * NDISC_OPT_LEN_UNITS);
465 opt_hdr = opt;

Completed in 12 milliseconds