Searched refs:rcvif (Results 1 – 7 of 7) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet6/ |
D | sctp6_usrreq.c | 176 if_name(m->m_pkthdr.rcvif), 183 m->m_pkthdr.rcvif->if_name, 184 m->m_pkthdr.rcvif->if_unit, 191 m->m_pkthdr.rcvif->if_xname, 225 if (in6_setscope(&src.sin6_addr, m->m_pkthdr.rcvif, NULL) != 0) { 240 if (in6_setscope(&dst.sin6_addr, m->m_pkthdr.rcvif, NULL) != 0) { 473 if (in6_setscope(&src.sin6_addr, ip6cp->ip6c_m->m_pkthdr.rcvif, NULL) != 0) { 485 if (in6_setscope(&dst.sin6_addr, ip6cp->ip6c_m->m_pkthdr.rcvif, NULL) != 0) {
|
/third_party/lwip/src/netif/ppp/ |
D | pppoe.c | 146 static struct pppoe_softc* pppoe_find_softc_by_session(u_int session, struct netif *rcvif); 147 static struct pppoe_softc* pppoe_find_softc_by_hunique(u8_t *token, size_t len, struct netif *rcvif… 320 static struct pppoe_softc* pppoe_find_softc_by_session(u_int session, struct netif *rcvif) { in pppoe_find_softc_by_session() argument 326 && sc->sc_ethif == rcvif) { in pppoe_find_softc_by_session() 335 static struct pppoe_softc* pppoe_find_softc_by_hunique(u8_t *token, size_t len, struct netif *rcvif… in pppoe_find_softc_by_hunique() argument 360 if (sc->sc_ethif != rcvif) { in pppoe_find_softc_by_hunique()
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/ |
D | user_mbuf.c | 93 m->m_pkthdr.rcvif = NULL; in mbuf_constructor_dup() 594 m->m_pkthdr.rcvif = NULL; in mb_ctor_mbuf() 1505 n->m_pkthdr.rcvif = m0->m_pkthdr.rcvif; in m_split()
|
D | user_mbuf.h | 174 struct ifnet *rcvif; /* rcv interface */ member
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_os_userspace.h | 798 #define SCTP_BUF_RECVIF(m) (m->m_pkthdr.rcvif)
|
D | sctp_input.c | 6247 if_name(m->m_pkthdr.rcvif), 6254 m->m_pkthdr.rcvif->if_name, 6255 m->m_pkthdr.rcvif->if_unit, 6262 m->m_pkthdr.rcvif->if_xname,
|
D | sctputil.c | 8125 if_name(m->m_pkthdr.rcvif), 8333 if (in6_setscope(&src.sin6_addr, ip6cp->ip6c_m->m_pkthdr.rcvif, NULL) != 0) { 8345 if (in6_setscope(&dst.sin6_addr, ip6cp->ip6c_m->m_pkthdr.rcvif, NULL) != 0) {
|