Searched refs:NFC_IP_SRC_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.h33 #define NFC_IP_SRC_PT 0x0200 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dnetfilter_ipv4.h33 #define NFC_IP_SRC_PT 0x0200 macro
/asus-wl-520gu-7.0.1.45/src/router/iptables/extensions/
H A Dlibipt_multiport.c119 *nfcache |= NFC_IP_SRC_PT;
135 *nfcache |= NFC_IP_SRC_PT | NFC_IP_DST_PT;
H A Dlibipt_icmp.c161 return NFC_IP_SRC_PT;
162 else return NFC_IP_SRC_PT | NFC_IP_DST_PT;
H A Dlibipt_mport.c142 *nfcache |= NFC_IP_SRC_PT;
156 *nfcache |= NFC_IP_SRC_PT | NFC_IP_DST_PT;
H A Dlibipt_udp.c112 *nfcache |= NFC_IP_SRC_PT;
H A Dlibipt_tcp.c190 *nfcache |= NFC_IP_SRC_PT;
/asus-wl-520gu-7.0.1.45/src/router/iptables/libiptc/
H A Dlibip4tc.c159 if (e->nfcache & NFC_IP_SRC_PT) printf("IP_SRC_PT ");
/asus-wl-520gu-7.0.1.45/src/router/netconf/
H A Dnetconf_linux.c864 entry->nfcache |= (tcp->spts[0] != 0 || tcp->spts[1] != 0xffff) ? NFC_IP_SRC_PT : 0;
888 entry->nfcache |= (udp->spts[0] != 0 || udp->spts[1] != 0xffff) ? NFC_IP_SRC_PT : 0;

Completed in 117 milliseconds