Searched refs:u_int16_t (Results 1 - 25 of 262) sorted by relevance

1234567891011

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/netfilter_ipv4/
H A Dip_nat_pptp.h7 u_int16_t pns_call_id; /* NAT'ed PNS call id */
8 u_int16_t pac_call_id; /* NAT'ed PAC call id */
H A Dip_autofw.h7 u_int16_t proto; /* Related protocol */
8 u_int16_t dport[2]; /* Related destination port range */
9 u_int16_t to[2]; /* Port range to map related destination port range to */
13 u_int16_t dport[2]; /* Related destination port range */
14 u_int16_t to[2]; /* Port range to map related destination port range to */
H A Dip_conntrack_tftp.h7 u_int16_t opcode;
H A Dipt_TCPMSS.h5 u_int16_t mss;
H A Dipt_length.h5 u_int16_t min, max;
H A Dipt_tcpmss.h5 u_int16_t mss_min, mss_max;
H A Dipt_mport.h21 u_int16_t pflags:14; /* Port flags */
22 u_int16_t ports[IPT_MULTI_PORTS]; /* Ports */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/netfilter_ipv4/
H A Dip_nat_pptp.h7 u_int16_t pns_call_id; /* NAT'ed PNS call id */
8 u_int16_t pac_call_id; /* NAT'ed PAC call id */
H A Dip_autofw.h7 u_int16_t proto; /* Related protocol */
8 u_int16_t dport[2]; /* Related destination port range */
9 u_int16_t to[2]; /* Port range to map related destination port range to */
13 u_int16_t dport[2]; /* Related destination port range */
14 u_int16_t to[2]; /* Port range to map related destination port range to */
H A Dip_conntrack_tftp.h7 u_int16_t opcode;
H A Dipt_TCPMSS.h5 u_int16_t mss;
H A Dipt_length.h5 u_int16_t min, max;
H A Dipt_tcpmss.h5 u_int16_t mss_min, mss_max;
H A Dipt_mport.h21 u_int16_t pflags:14; /* Port flags */
22 u_int16_t ports[IPT_MULTI_PORTS]; /* Ports */
/asus-wl-520gu-7.0.1.45/src/router/pptp-client/
H A Dppp_fcs.h10 u_int16_t pppfcs16(u_int16_t fcs, void *cp, int len);
H A Dpptp_msg.h84 u_int16_t length; /* message length in octets, including header */
85 u_int16_t pptp_type; /* PPTP message type. 1 for control message. */
87 u_int16_t ctrl_type; /* Control message type (0-15) */
88 u_int16_t reserved0; /* reserved. MUST BE ZERO. */
94 u_int16_t version; /* PPTP protocol version. = PPTP_VERSION */
99 u_int16_t max_channels; /* Maximum Channels (=0 for PNS, PAC ignores) */
100 u_int16_t firmware_rev; /* Firmware or Software Revision */
112 u_int16_t reserved1; /* MUST be 0 */
126 u_int16_t reserved1; /* MUST BE ZERO */
131 u_int16_t call_i
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/freevxfs/
H A Dvxfs_dir.h53 u_int16_t d_free; /* free space in dirblock */
54 u_int16_t d_nhash; /* no of hash chains */
55 u_int16_t d_hash[1]; /* hash chain */
69 u_int16_t d_reclen; /* record length */
70 u_int16_t d_namelen; /* d_name length */
71 u_int16_t d_hashnext; /* next hash entry */
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/netfilter_ipv6/
H A Dip6t_length.h5 u_int16_t min, max;
/asus-wl-520gu-7.0.1.45/src/router/iptables/include/linux/netfilter_ipv4/
H A Dipt_TCPMSS.h5 u_int16_t mss;
H A Dipt_length.h5 u_int16_t min, max;
H A Dipt_tcpmss.h5 u_int16_t mss_min, mss_max;
/asus-wl-520gu-7.0.1.45/src/router/iptables/include/linux/netfilter_ipv6/
H A Dip6t_length.h5 u_int16_t min, max;
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/netfilter_ipv6/
H A Dip6t_length.h5 u_int16_t min, max;
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/pptp/
H A Dpptp_msg.h84 u_int16_t length; /* message length in octets, including header */
85 u_int16_t pptp_type; /* PPTP message type. 1 for control message. */
87 u_int16_t ctrl_type; /* Control message type (0-15) */
88 u_int16_t reserved0; /* reserved. MUST BE ZERO. */
94 u_int16_t version; /* PPTP protocol version. = PPTP_VERSION */
99 u_int16_t max_channels; /* Maximum Channels (=0 for PNS, PAC ignores) */
100 u_int16_t firmware_rev; /* Firmware or Software Revision */
112 u_int16_t reserved1; /* MUST be 0 */
126 u_int16_t reserved1; /* MUST BE ZERO */
131 u_int16_t call_i
[all...]
/asus-wl-520gu-7.0.1.45/src/router/acl/libacl/
H A Dbyteorder.h5 # define le16_to_cpu(w16) ((u_int16_t)((u_int16_t)(w16) >> 8) | \
6 (u_int16_t)((u_int16_t)(w16) << 8))
13 # define cpu_to_le16(w16) ((u_int16_t)(w16))
14 # define le16_to_cpu(w16) ((u_int16_t)(w16))

Completed in 105 milliseconds

1234567891011