HomeSort by: relevance | last modified time | path
    Searched refs:SI_W_DPORT (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_irc_pxy.c 416 NAT_SLAVE|IPN_TCP|SI_W_DPORT, NAT_OUTBOUND);
424 (void) ipf_state_add(softc, &fi, NULL, SI_W_DPORT);
ip_raudio_pxy.c 326 NAT_SLAVE|IPN_UDP|SI_W_DPORT,
335 (void) ipf_state_add(softc, &fi, NULL, SI_W_DPORT);
ip_state.h 114 #define IS_WDPORT SI_W_DPORT /* 0x00200 */
ip_state.c 1557 if ((flags & (SI_W_DPORT|SI_W_SPORT)) == 0) {
1620 if ((flags & (SI_W_DPORT|SI_W_SPORT)) == 0) {
2420 else if (!(flags & SI_W_DPORT) && (dp != is->is_dport))
2453 (dp == is->is_dport || flags & SI_W_DPORT))
2465 (sp == is->is_dport || flags & SI_W_DPORT))
2547 if ((flags & (SI_W_SPORT|SI_W_DPORT))) {
2568 } else if ((flags & SI_W_DPORT) != 0) {
2578 is->is_flags &= ~(SI_W_SPORT|SI_W_DPORT);
ip_fil.h 372 #define SI_W_DPORT 0x00000200
373 #define SI_WILDP (SI_W_SPORT|SI_W_DPORT)
ip_nat.c 3374 if ((nat->nat_flags & (SI_W_SPORT|SI_W_DPORT)) == 0) {
4230 nat->nat_flags &= ~(SI_W_DPORT|SI_W_SPORT);
4547 nat->nat_flags &= ~(SI_W_DPORT|SI_W_SPORT);
6356 (flags & SI_W_DPORT)))
6363 (flags & SI_W_DPORT)))
6370 (flags & SI_W_DPORT)))
6377 (flags & SI_W_DPORT)))
ip_nat6.c 1261 if ((nat->nat_flags & (SI_W_SPORT|SI_W_DPORT)) == 0) {
2072 nat->nat_flags &= ~(SI_W_DPORT|SI_W_SPORT);
2381 nat->nat_flags &= ~(SI_W_DPORT|SI_W_SPORT);

Completed in 66 milliseconds