Searched refs:__constant_htons (Results 1 - 25 of 87) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dif_tunnel.h11 #define GRE_CSUM __constant_htons(0x8000)
12 #define GRE_ROUTING __constant_htons(0x4000)
13 #define GRE_KEY __constant_htons(0x2000)
14 #define GRE_SEQ __constant_htons(0x1000)
15 #define GRE_STRICT __constant_htons(0x0800)
16 #define GRE_REC __constant_htons(0x0700)
17 #define GRE_FLAGS __constant_htons(0x00F8)
18 #define GRE_VERSION __constant_htons(0x0007)
H A Dsctp.h172 SCTP_PARAM_HEARTBEAT_INFO = __constant_htons(1),
174 SCTP_PARAM_IPV4_ADDRESS = __constant_htons(5),
175 SCTP_PARAM_IPV6_ADDRESS = __constant_htons(6),
176 SCTP_PARAM_STATE_COOKIE = __constant_htons(7),
177 SCTP_PARAM_UNRECOGNIZED_PARAMETERS = __constant_htons(8),
178 SCTP_PARAM_COOKIE_PRESERVATIVE = __constant_htons(9),
179 SCTP_PARAM_HOST_NAME_ADDRESS = __constant_htons(11),
180 SCTP_PARAM_SUPPORTED_ADDRESS_TYPES = __constant_htons(12),
181 SCTP_PARAM_ECN_CAPABLE = __constant_htons(0x8000),
184 SCTP_PARAM_FWD_TSN_SUPPORT = __constant_htons(
[all...]
H A Dif_pppox_v26.h111 #define PTT_EOL __constant_htons(0x0000)
112 #define PTT_SRV_NAME __constant_htons(0x0101)
113 #define PTT_AC_NAME __constant_htons(0x0102)
114 #define PTT_HOST_UNIQ __constant_htons(0x0103)
115 #define PTT_AC_COOKIE __constant_htons(0x0104)
116 #define PTT_VENDOR __constant_htons(0x0105)
117 #define PTT_RELAY_SID __constant_htons(0x0110)
118 #define PTT_SRV_ERR __constant_htons(0x0201)
119 #define PTT_SYS_ERR __constant_htons(0x0202)
120 #define PTT_GEN_ERR __constant_htons(
[all...]
H A Dnetfilter_bridge.h61 case __constant_htons(ETH_P_8021Q):
63 case __constant_htons(ETH_P_PPP_SES):
H A Dif_pppox.h144 #define PTT_EOL __constant_htons(0x0000)
145 #define PTT_SRV_NAME __constant_htons(0x0101)
146 #define PTT_AC_NAME __constant_htons(0x0102)
147 #define PTT_HOST_UNIQ __constant_htons(0x0103)
148 #define PTT_AC_COOKIE __constant_htons(0x0104)
149 #define PTT_VENDOR __constant_htons(0x0105)
150 #define PTT_RELAY_SID __constant_htons(0x0110)
151 #define PTT_SRV_ERR __constant_htons(0x0201)
152 #define PTT_SYS_ERR __constant_htons(0x0202)
153 #define PTT_GEN_ERR __constant_htons(
[all...]
H A Dif_vlan.h272 veth->h_vlan_proto = __constant_htons(ETH_P_8021Q);
277 skb->protocol = __constant_htons(ETH_P_8021Q);
332 if (veth->h_vlan_proto != __constant_htons(ETH_P_8021Q)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/rdma/
H A Dib_smi.h68 #define IB_SMP_DIRECTION __constant_htons(0x8000)
71 #define IB_SMP_ATTR_NOTICE __constant_htons(0x0002)
72 #define IB_SMP_ATTR_NODE_DESC __constant_htons(0x0010)
73 #define IB_SMP_ATTR_NODE_INFO __constant_htons(0x0011)
74 #define IB_SMP_ATTR_SWITCH_INFO __constant_htons(0x0012)
75 #define IB_SMP_ATTR_GUID_INFO __constant_htons(0x0014)
76 #define IB_SMP_ATTR_PORT_INFO __constant_htons(0x0015)
77 #define IB_SMP_ATTR_PKEY_TABLE __constant_htons(0x0016)
78 #define IB_SMP_ATTR_SL_TO_VL_TABLE __constant_htons(0x0017)
79 #define IB_SMP_ATTR_VL_ARB_TABLE __constant_htons(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/include/linux/
H A Dif_pppox.h88 #define PTT_EOL __constant_htons(0x0000)
89 #define PTT_SRV_NAME __constant_htons(0x0101)
90 #define PTT_AC_NAME __constant_htons(0x0102)
91 #define PTT_HOST_UNIQ __constant_htons(0x0103)
92 #define PTT_AC_COOKIE __constant_htons(0x0104)
93 #define PTT_VENDOR __constant_htons(0x0105)
94 #define PTT_RELAY_SID __constant_htons(0x0110)
95 #define PTT_SRV_ERR __constant_htons(0x0201)
96 #define PTT_SYS_ERR __constant_htons(0x0202)
97 #define PTT_GEN_ERR __constant_htons(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_proto_esp.c55 __constant_htons(PORT_ISAKMP),
57 __constant_htons(PORT_ISAKMP));
61 __constant_htons(PORT_ISAKMP),
63 __constant_htons(PORT_ISAKMP));
92 __constant_htons(PORT_ISAKMP),
94 __constant_htons(PORT_ISAKMP));
98 __constant_htons(PORT_ISAKMP),
100 __constant_htons(PORT_ISAKMP));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ipath/
H A Dipath_mad.c40 #define IB_SMP_UNSUP_VERSION __constant_htons(0x0004)
41 #define IB_SMP_UNSUP_METHOD __constant_htons(0x0008)
42 #define IB_SMP_UNSUP_METH_ATTR __constant_htons(0x000C)
43 #define IB_SMP_INVALID_FIELD __constant_htons(0x001C)
763 #define IB_PMA_CLASS_PORT_INFO __constant_htons(0x0001)
764 #define IB_PMA_PORT_SAMPLES_CONTROL __constant_htons(0x0010)
765 #define IB_PMA_PORT_SAMPLES_RESULT __constant_htons(0x0011)
766 #define IB_PMA_PORT_COUNTERS __constant_htons(0x0012)
767 #define IB_PMA_PORT_COUNTERS_EXT __constant_htons(0x001D)
768 #define IB_PMA_PORT_SAMPLES_RESULT_EXT __constant_htons(
[all...]
H A Dipath_verbs.h82 #define IB_PMA_PORT_XMIT_DATA __constant_htons(0x0001)
83 #define IB_PMA_PORT_RCV_DATA __constant_htons(0x0002)
84 #define IB_PMA_PORT_XMIT_PKTS __constant_htons(0x0003)
85 #define IB_PMA_PORT_RCV_PKTS __constant_htons(0x0004)
86 #define IB_PMA_PORT_XMIT_WAIT __constant_htons(0x0005)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dinet_ecn.h116 case __constant_htons(ETH_P_IP):
121 case __constant_htons(ETH_P_IPV6):
H A Dipx.h30 #define IPX_NO_CHECKSUM __constant_htons(0xFFFF)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/llc/
H A Dllc_core.c152 .type = __constant_htons(ETH_P_802_2),
157 .type = __constant_htons(ETH_P_TR_802_2),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Dcm_msgs.h46 #define CM_REQ_ATTR_ID __constant_htons(0x0010)
47 #define CM_MRA_ATTR_ID __constant_htons(0x0011)
48 #define CM_REJ_ATTR_ID __constant_htons(0x0012)
49 #define CM_REP_ATTR_ID __constant_htons(0x0013)
50 #define CM_RTU_ATTR_ID __constant_htons(0x0014)
51 #define CM_DREQ_ATTR_ID __constant_htons(0x0015)
52 #define CM_DREP_ATTR_ID __constant_htons(0x0016)
53 #define CM_SIDR_REQ_ATTR_ID __constant_htons(0x0017)
54 #define CM_SIDR_REP_ATTR_ID __constant_htons(0x0018)
55 #define CM_LAP_ATTR_ID __constant_htons(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/
H A Dirmod.c59 .type = __constant_htons(ETH_P_IRDA),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_amanda.c176 .tuple.src.u.udp.port = __constant_htons(10080),
179 .mask.src.u.udp.port = __constant_htons(0xFFFF),
189 .tuple.src.u.udp.port = __constant_htons(10080),
192 .mask.src.u.udp.port = __constant_htons(0xFFFF),
H A Dnf_conntrack_netbios_ns.c105 .tuple.src.u.udp.port = __constant_htons(NMBD_PORT),
108 .mask.src.u.udp.port = __constant_htons(0xFFFF),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wan/
H A Dhdlc_cisco.c120 data->rel = __constant_htons(0xFFFF);
139 return __constant_htons(ETH_P_HDLC);
143 return __constant_htons(ETH_P_HDLC);
146 case __constant_htons(ETH_P_IP):
147 case __constant_htons(ETH_P_IPX):
148 case __constant_htons(ETH_P_IPV6):
152 return __constant_htons(ETH_P_HDLC);
H A Dhdlc_raw.c31 return __constant_htons(ETH_P_IP);
H A Dhdlc_ppp.c86 return __constant_htons(ETH_P_WAN_PPP);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/aoe/
H A Daoenet.c158 .type = __constant_htons(ETH_P_AOE),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/802/
H A Dpsnap.c55 .type = __constant_htons(ETH_P_SNAP),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_dsmark.c209 case __constant_htons(ETH_P_IP):
213 case __constant_htons(ETH_P_IPV6):
281 case __constant_htons(ETH_P_IP):
285 case __constant_htons(ETH_P_IPV6):
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arcnet/
H A Dcapmode.c149 skb->protocol = __constant_htons(ETH_P_ARCNET);
280 ackskb->protocol = __constant_htons(ETH_P_ARCNET);

Completed in 225 milliseconds

1234