OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:id_match
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/npf/
npf_handler.c
151
int error, decision, flags,
id_match
;
local in function:npfk_packet_handler
243
id_match
= npf_rule_match_rid(rl, &npc, di);
250
if (
id_match
!= -1 && !
id_match
) {
255
if (
id_match
== ENOTCONN || error) {
/src/usr.sbin/npf/npftest/libnpftest/
npf_rid_test.c
125
int
id_match
;
local in function:run_raw_testcase
127
id_match
= npf_rule_match_rid(rl, npc, t->di);
130
printf("id match is ...%d\n",
id_match
);
131
if (
id_match
!= -1 && !
id_match
) {
Completed in 33 milliseconds
Indexes created Tue Oct 14 01:09:49 GMT 2025