Searched refs:ipopts (Results 1 – 3 of 3) sorted by relevance
1453 struct mbuf *ipopts = NULL; in syncache_add() local1559 ipopts = (m) ? ip_srcroute(m) : NULL; in syncache_add()1561 ipopts = NULL; in syncache_add()1605 if (ipopts) { in syncache_add()1612 sc->sc_ipopts = ipopts; in syncache_add()1691 if (ipopts) in syncache_add()1692 (void) m_free(ipopts); in syncache_add()1710 sc->sc_ipopts = ipopts; in syncache_add()
3444 struct mbuf *ipopts, *m0; in igmp_intr() local3473 ipopts = V_igmp_sendra ? m_raopt : NULL; in igmp_intr()3508 error = ip_output(m0, ipopts, NULL, 0, &imo, NULL); in igmp_intr()
195 static const struct optlist ipopts[] = { variable1471 op = ipopts + i;1827 op = ipopts + i;