OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sifp
(Results
1 - 5
of
5
) sorted by relevancy
/src/sbin/routed/
input.c
58
struct interface *
sifp
)
94
*
sifp
is interface associated with the socket through which
128
if (
sifp
== 0)
129
sifp
= aifp;
131
input(&from,
sifp
, aifp, &inbuf.pbuf.rip, cc);
140
struct interface *
sifp
, /* interface of incoming socket */
165
trace_rip("Recv", "from", from,
sifp
, rip, cc);
208
aifp =
sifp
;
/src/sys/dist/pf/net/
if_pfsync.c
876
struct ifnet *
sifp
;
local
951
if ((
sifp
= ifunit(pfsyncr.pfsyncr_syncdev)) == NULL)
955
if (
sifp
->if_mtu < sc->sc_if.if_mtu ||
957
sifp
->if_mtu < sc->sc_sync_ifp->if_mtu) ||
958
sifp
->if_mtu < MCLBYTES - sizeof(struct ip))
960
sc->sc_sync_ifp =
sifp
;
/src/sys/external/bsd/ipf/netinet/
ip_fil_netbsd.c
1101
struct ifnet *ifp, *
sifp
;
local
1215
sifp
= fin->fin_ifp;
1239
fin->fin_ifp =
sifp
;
1381
sifp
= fin->fin_ifp;
1386
fin->fin_ifp =
sifp
;
ip_nat6.c
2564
struct ifnet *ifp, *
sifp
;
local
2582
sifp
= fin->fin_ifp;
2745
fin->fin_ifp =
sifp
;
ip_nat.c
4781
struct ifnet *ifp, *
sifp
;
local
4811
sifp
= fin->fin_ifp;
4973
fin->fin_ifp =
sifp
;
Completed in 531 milliseconds
Indexes created Mon Feb 23 01:20:22 UTC 2026