OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iproute
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
ip_fil_netbsd.c
1113
struct route
iproute
;
local in function:ipf_fastroute
1149
ro = &
iproute
;
1538
struct route
iproute
;
local in function:ipf_verifysrc
1543
rtcache_setdst(&
iproute
, &u.dst);
1544
rt = rtcache_init(&
iproute
);
1549
rtcache_unref(rt, &
iproute
);
1550
rtcache_free(&
iproute
);
1552
dst = (struct sockaddr_in *)&
iproute
.ro_dst;
1556
rtalloc(&
iproute
);
1557
if (
iproute
.ro_rt == NULL
[
all
...]
/src/sys/netinet/
ip_output.c
237
struct route
iproute
;
local in function:ip_output
292
memset(&
iproute
, 0, sizeof(
iproute
));
293
ro = &
iproute
;
821
if (ro == &
iproute
) {
822
rtcache_free(&
iproute
);
sctp_output.c
2120
static struct route
iproute
;
local in function:sctp_lowlevel_chunk_output
2156
ro = &
iproute
;
2157
memset(&
iproute
, 0, sizeof(
iproute
));
3400
static struct route
iproute
;
local in function:sctp_send_initiate_ack
3413
memset(&
iproute
, 0, sizeof(
iproute
));
3414
ro = &
iproute
;
/src/sys/dist/pf/net/
pf.c
5234
struct route
iproute
;
local in function:pf_route
5290
ro = &
iproute
;
5439
if (ro == &
iproute
)
Completed in 25 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025