OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oifp
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/netinet6/
raw_ip6.c
376
struct ifnet *
oifp
= NULL;
local in function:rip6_output
441
&inp->inp_route, &in6p_laddr(inp), &
oifp
, &psref, &ip6->ip6_src);
445
if (
oifp
&& scope_ambiguous) {
454
error = in6_setscope(&dstsock->sin6_addr,
oifp
, NULL);
466
ip6->ip6_hlim = in6pcb_selecthlim(inp,
oifp
);
468
if_put(
oifp
, &psref);
469
oifp
= NULL;
527
if_put(
oifp
, &psref);
udp6_usrreq.c
745
struct ifnet *
oifp
= NULL;
local in function:udp6_output
859
&in6p_laddr(inp), &
oifp
, &psref, &_laddr);
864
if (
oifp
&& scope_ambiguous &&
866
oifp
, NULL))) {
867
if_put(
oifp
, &psref);
871
if_put(
oifp
, &psref);
/src/sys/dist/pf/net/
pf.c
5230
pf_route(struct mbuf **m, struct pf_rule *r, int dir, struct ifnet *
oifp
,
5251
(dir != PF_IN && dir != PF_OUT) ||
oifp
== NULL)
5335
if (
oifp
!= ifp) {
5451
pf_route6(struct mbuf **m, struct pf_rule *r, int dir, struct ifnet *
oifp
,
5465
(dir != PF_IN && dir != PF_OUT) ||
oifp
== NULL)
5539
if (
oifp
!= ifp) {
Completed in 16 milliseconds
Indexes created Mon Oct 20 11:09:49 GMT 2025