HomeSort by: relevance | last modified time | path
    Searched refs:sc_imo (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dist/pf/net/
if_pfsync.h 112 struct ip_moptions sc_imo; member in struct:pfsync_softc
if_pfsync.c 871 struct ip_moptions *imo = &sc->sc_imo;
1605 if (ip_output(m, NULL, NULL, IP_RAWOUTPUT, &sc->sc_imo, NULL)) {
  /src/sys/netinet/
ip_carp.c 118 struct ip_moptions sc_imo; member in struct:carp_softc
1115 error = ip_output(m, NULL, NULL, IP_RAWOUTPUT, &sc->sc_imo,
1603 struct ip_moptions *imo = &sc->sc_imo;
1793 memset(&sc->sc_imo, 0, sizeof(sc->sc_imo));
1884 struct ip_moptions *imo = &sc->sc_imo;

Completed in 15 milliseconds