OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:in_ppip
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
ip_nat6.c
528
if ((l >= np->
in_ppip
) || ((l > 0) &&
546
(np->
in_ppip
!= 0)) {
548
port %= np->
in_ppip
;
549
port += np->
in_ppip
*
594
if ((l > 0) && (l % np->
in_ppip
== 0)) {
595
if ((l > np->
in_ppip
) &&
600
if (np->
in_ppip
!= 0) {
602
port += (l % np->
in_ppip
);
603
port %= np->
in_ppip
;
604
port += np->
in_ppip
*
[
all
...]
ip_nat.c
2662
if ((l >= np->
in_ppip
) || ((l > 0) &&
2680
(np->
in_ppip
!= 0)) {
2682
port %= np->
in_ppip
;
2683
port += np->
in_ppip
*
2726
if ((l > 0) && np->
in_ppip
&& (l % np->
in_ppip
== 0)) {
2729
} else if ((l > np->
in_ppip
) &&
2733
if (np->
in_ppip
!= 0) {
2735
port += (l % np->
in_ppip
);
2736
port %= np->
in_ppip
;
[
all
...]
ip_fil_compat.c
591
u_short
in_ppip
; /* ports per IP. */
member in struct:ipnat_4_1_14
627
u_short
in_ppip
;
member in struct:ipnat_4_1_0
2401
np->
in_ppip
= old->
in_ppip
;
2480
np->
in_ppip
= old->
in_ppip
;
4215
old->
in_ppip
= np->
in_ppip
;
4294
old->
in_ppip
= np->
in_ppip
;
[
all
...]
ip_nat.h
274
u_short
in_ppip
; /* ports per IP. */
member in struct:ipnat
Completed in 19 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025