Searched refs:NFC_IP_DST_PT (Results 1 - 9 of 9) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dnetfilter_ipv4.h35 #define NFC_IP_DST_PT 0x0400 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dnetfilter_ipv4.h35 #define NFC_IP_DST_PT 0x0400 macro
/asus-wl-520gu-7.0.1.45/src/router/iptables/extensions/
H A Dlibipt_multiport.c127 *nfcache |= NFC_IP_DST_PT;
135 *nfcache |= NFC_IP_SRC_PT | NFC_IP_DST_PT;
H A Dlibipt_mport.c149 *nfcache |= NFC_IP_DST_PT;
156 *nfcache |= NFC_IP_SRC_PT | NFC_IP_DST_PT;
H A Dlibipt_udp.c124 *nfcache |= NFC_IP_DST_PT;
H A Dlibipt_icmp.c162 else return NFC_IP_SRC_PT | NFC_IP_DST_PT;
H A Dlibipt_tcp.c202 *nfcache |= NFC_IP_DST_PT;
/asus-wl-520gu-7.0.1.45/src/router/iptables/libiptc/
H A Dlibip4tc.c160 if (e->nfcache & NFC_IP_DST_PT) printf("IP_DST_PT ");
/asus-wl-520gu-7.0.1.45/src/router/netconf/
H A Dnetconf_linux.c870 entry->nfcache |= (tcp->dpts[0] != 0 || tcp->dpts[1] != 0xffff) ? NFC_IP_DST_PT : 0;
894 entry->nfcache |= (udp->dpts[0] != 0 || udp->dpts[1] != 0xffff) ? NFC_IP_DST_PT : 0;

Completed in 45 milliseconds