Searched refs:pcbopt (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/netinet/
H A Dip_options.c593 * with pointer in pcbopt, adding pseudo-option with destination address if
601 struct mbuf **pcbopt; local
606 pcbopt = &inp->inp_options;
609 if (*pcbopt)
610 (void)m_free(*pcbopt);
611 *pcbopt = NULL;
690 *pcbopt = m;

Completed in 62 milliseconds