OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:in_spnext
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
ip_nat6.c
468
st_port = np->
in_spnext
;
502
if (IP6_ISONES(&np->in_nsrcmsk6) && (np->
in_spnext
== 0)) {
581
(np->
in_spnext
== 0) && ((l > 0) || (hm == NULL))) {
613
(flags & IPN_TCPUDPICMP) && (np->
in_spnext
!= 0)) {
618
port = np->
in_spnext
;
625
np->
in_spnext
++;
627
if (np->
in_spnext
> np->in_spmax) {
628
np->
in_spnext
= np->in_spmin;
679
(np->
in_spnext
!= 0) && (st_port == np->
in_spnext
) &
[
all
...]
ip_nat.c
2610
st_port = np->
in_spnext
;
2645
if ((np->in_nsrcmsk == 0xffffffff) && (np->
in_spnext
== 0)) {
2715
(np->
in_spnext
== 0) && ((l > 0) || (hm == NULL)))
2745
(flags & IPN_TCPUDPICMP) && (np->
in_spnext
!= 0)) {
2750
port = np->
in_spnext
;
2757
np->
in_spnext
++;
2759
if (np->
in_spnext
> np->in_spmax) {
2760
np->
in_spnext
= np->in_spmin;
2804
(np->
in_spnext
!= 0) && (st_port == np->
in_spnext
) &
[
all
...]
ip_nat.h
261
u_short
in_spnext
;
member in struct:ipnat
ip_fil_compat.c
2360
np->
in_spnext
= old->in_pnext;
2451
np->
in_spnext
= old->in_pnext;
4182
old->in_pnext = np->
in_spnext
;
4261
old->in_pnext = np->
in_spnext
;
Completed in 24 milliseconds
Indexes created Sun Oct 19 22:09:57 GMT 2025