Searched refs:SI_W_SPORT (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dip_raudio_pxy.c312 NAT_SLAVE|IPN_UDP | (sp ? 0 : SI_W_SPORT),
322 (sp ? 0 : SI_W_SPORT));
H A Dip_rcmd_pxy.c293 nflags = SI_W_SPORT|NAT_SLAVE|IPN_TCP;
314 (void) ipf_state_add(softc, &fi, NULL, SI_W_SPORT);
H A Dip_tftp_pxy.c328 nflags = NAT_SLAVE|IPN_UDP|SI_W_SPORT;
402 if (ipf_state_add(softc, &fi, NULL, SI_W_SPORT) != 0) {
H A Dip_state.h114 #define IS_WSPORT SI_W_SPORT /* 0x00100 */
H A Dip_rpcb_pxy.c1188 nflags |= SI_W_SPORT|NAT_SEARCH;
1279 nflags |= SI_W_SPORT|SI_CLONE;
H A Dip_state.c1582 if ((flags & (SI_W_DPORT|SI_W_SPORT)) == 0) {
1645 if ((flags & (SI_W_DPORT|SI_W_SPORT)) == 0) {
2458 if (!(flags & SI_W_SPORT) && (sp != is->is_sport))
2491 if ((sp == is->is_sport || flags & SI_W_SPORT)
2503 if ((dp == is->is_sport || flags & SI_W_SPORT)
2587 if ((flags & (SI_W_SPORT|SI_W_DPORT))) {
2599 if ((flags & SI_W_SPORT) != 0) {
2618 is->is_flags &= ~(SI_W_SPORT|SI_W_DPORT);
H A Dip_ftp_pxy.c582 flags = SI_W_SPORT|NAT_SLAVE|IPN_TCP;
609 SI_W_SPORT) != 0)
915 nflags = IPN_TCP|SI_W_SPORT;
962 SI_W_SPORT) != 0)
H A Dip_fil.h373 #define SI_W_SPORT 0x00000100 macro
375 #define SI_WILDP (SI_W_SPORT|SI_W_DPORT)
H A Dip_nat.c3426 if ((nat->nat_flags & (SI_W_SPORT|SI_W_DPORT)) == 0) {
4300 nat->nat_flags &= ~(SI_W_DPORT|SI_W_SPORT);
4624 nat->nat_flags &= ~(SI_W_DPORT|SI_W_SPORT);
6450 (flags & SI_W_SPORT)) &&
6457 (flags & SI_W_SPORT)) &&
6464 (flags & SI_W_SPORT)) &&
6471 (flags & SI_W_SPORT)) &&
H A Dip_nat6.c1293 if ((nat->nat_flags & (SI_W_SPORT|SI_W_DPORT)) == 0) {
2117 nat->nat_flags &= ~(SI_W_DPORT|SI_W_SPORT);
2433 nat->nat_flags &= ~(SI_W_DPORT|SI_W_SPORT);

Completed in 119 milliseconds