source: azure_iot_hub/trunk/asp3_dcre/tinet/netinet/udp_usrreq.c@ 389

Last change on this file since 389 was 389, checked in by coas-nagasima, 5 years ago

ビルドが通るよう更新

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-csrc;charset=UTF-8
File size: 9.1 KB
Line 
1/*
2 * TINET (UDP/IP Protocol Stack)
3 *
4 * Copyright (C) 2001-2017 by Dep. of Computer Science and Engineering
5 * Tomakomai National College of Technology, JAPAN
6 *
7 * 上記著作権者は,以下の (1)~(4) の条件か,Free Software Foundation
8 * によって公表されている GNU General Public License の Version 2 に記
9 * 述されている条件を満たす場合に限り,本ソフトウェア(本ソフトウェア
10 * を改変したものを含む.以下同じ)を使用・複製・改変・再配布(以下,
11 * 利用と呼ぶ)することを無償で許諾する.
12 * (1) 本ソフトウェアをソースコードの形で利用する場合には,上記の著作
13 * 権表示,この利用条件および下記の無保証規定が,そのままの形でソー
14 * スコード中に含まれていること.
15 * (2) 本ソフトウェアを,ライブラリ形式など,他のソフトウェア開発に使
16 * 用できる形で再配布する場合には,再配布に伴うドキュメント(利用
17 * 者マニュアルなど)に,上記の著作権表示,この利用条件および下記
18 * の無保証規定を掲載すること.
19 * (3) 本ソフトウェアを,機器に組み込むなど,他のソフトウェア開発に使
20 * 用できない形で再配布する場合には,次の条件を満たすこと.
21 * (a) 再配布に伴うドキュメント(利用者マニュアルなど)に,上記の著
22 * 作権表示,この利用条件および下記の無保証規定を掲載すること.
23 * (4) 本ソフトウェアの利用により直接的または間接的に生じるいかなる損
24 * 害からも,上記著作権者およびTOPPERSプロジェクトを免責すること.
25 *
26 * 本ソフトウェアは,無保証で提供されているものである.上記著作権者お
27 * よびTOPPERSプロジェクトは,本ソフトウェアに関して,その適用可能性も
28 * 含めて,いかなる保証も行わない.また,本ソフトウェアの利用により直
29 * 接的または間接的に生じたいかなる損害に関しても,その責任を負わない.
30 *
31 * @(#) $Id$
32 */
33
34/*
35 * Copyright (c) 1982, 1986, 1988, 1990, 1993, 1995
36 * The Regents of the University of California. All rights reserved.
37 *
38 * Redistribution and use in source and binary forms, with or without
39 * modification, are permitted provided that the following conditions
40 * are met:
41 * 1. Redistributions of source code must retain the above copyright
42 * notice, this list of conditions and the following disclaimer.
43 * 2. Redistributions in binary form must ceproduce the above copyright
44 * notice, this list of conditions and the following disclaimer in the
45 * documentation and/or other materials provided with the distribution.
46 * 3. All advertising materials mentioning features or use of this software
47 * must display the following acknowledgement:
48 * This product includes software developed by the University of
49 * California, Berkeley and its contributors.
50 * 4. Neither the name of the University nor the names of its contributors
51 * may be used to endorse or promote products derived from this software
52 * without specific prior written permission.
53 *
54 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
55 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
56 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
57 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
58 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
59 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
60 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
61 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
62 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
63 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
64 * SUCH DAMAGE.
65 *
66 * @(#)udp_usrreq.c 8.6 (Berkeley) 5/23/95
67 * $FreeBSD: src/sys/netinet/udp_usrreq.c,v 1.49.2.2 1999/08/29 16:29:58 peter Exp $
68 */
69
70/*
71 * ノンブロッキングコールを組込まない場合にリンクされる関数の定義
72 */
73
74#include <string.h>
75
76#ifdef TARGET_KERNEL_ASP
77
78#include <kernel.h>
79#include <sil.h>
80#include "tinet_cfg.h"
81
82#endif /* of #ifdef TARGET_KERNEL_ASP */
83
84#ifdef TARGET_KERNEL_JSP
85
86#include <s_services.h>
87#include <t_services.h>
88#include "tinet_id.h"
89
90#endif /* of #ifdef TARGET_KERNEL_JSP */
91
92#include <tinet_defs.h>
93#include <tinet_config.h>
94
95#include <net/if.h>
96#include <net/if_ppp.h>
97#include <net/if_loop.h>
98#include <net/ethernet.h>
99#include <net/net.h>
100#include <net/net_endian.h>
101#include <net/net_buf.h>
102#include <net/net_count.h>
103#include <net/ppp_ipcp.h>
104
105#include <netinet/in.h>
106#include <netinet/in_var.h>
107#include <netinet/in_itron.h>
108#include <netinet/ip.h>
109#include <netinet/ip_var.h>
110#include <netinet/ip_icmp.h>
111#include <netinet/udp.h>
112#include <netinet/udp_var.h>
113#include <netinet/ip_igmp.h>
114
115#ifdef SUPPORT_UDP
116
117/*
118 * TINET をライブラリ化しない場合は、全ての機能を
119 * オブジェクトファイルに出力するため、マクロを有効にする。
120 */
121
122#ifndef UDP_CFG_LIBRARY
123
124#define __udp_send_data
125#define __udp_cre_cep
126#define __udp_del_cep
127#define __udp_can_cep
128#define __udp_set_opt
129#define __udp_get_opt
130#define __udp_can_snd
131#define __udp_can_rcv
132#define __udp_snd_dat
133#define __udp_rcv_dat
134
135#endif /* of #ifndef UDP_CFG_LIBRARY */
136
137/*
138 * IPv6 と IPv4 で引数が異なる関数のコンパイル
139 */
140
141#undef IN_GET_DATAGRAM
142#undef IN_COPY_TO_HOST
143
144#if defined(SUPPORT_INET6) && TNUM_UDP6_CEPID > 0
145
146#define UDP_CANCEL_CEP udp6_cancel_cep
147#define UDP_DELETE_CEP udp6_delete_cep
148#define UDP_SET_OPTION udp6_set_option
149#define UDP_GET_OPTION udp6_get_option
150#define UDP_CRE_CEP udp6_cre_cep
151#define UDP_DEL_CEP udp6_del_cep
152#define UDP_SET_OPT udp6_set_opt
153#define UDP_GET_OPT udp6_get_opt
154#define UDP_SND_DAT udp6_snd_dat
155#define UDP_RCV_DAT udp6_rcv_dat
156#define UDP_CAN_SND udp6_can_snd
157#define UDP_CAN_RCV udp6_can_rcv
158#define UDP_ALLOC_AUTO_PORT udp6_alloc_auto_port
159#define UDP_ALLOC_PORT udp6_alloc_port
160#define UDP_SEND_DATA udp6_send_data
161#define VALID_UDP_CEPID VALID_UDP6_CEPID
162#define GET_UDP_CEP GET_UDP6_CEP
163#define GET_UDP_CEPID GET_UDP6_CEPID
164#define T_UDP_CEP T_UDP6_CEP
165#define T_UDPN_CCEP T_UDP6_CCEP
166#define T_IPEP T_IPV6EP
167#define API_PROTO API_PROTO_IPV6
168
169#if defined(_IP4_CFG)
170#define IN_GET_DATAGRAM inn_get_datagram
171#define IN_COPY_TO_HOST inn_copy_to_host
172#else
173#define IN_GET_DATAGRAM in6_get_datagram
174#define IN_COPY_TO_HOST IN6_COPY_TO_HOST
175#endif
176
177#include <netinet/udpn_usrreq.c>
178
179#undef UDP_CANCEL_CEP
180#undef UDP_DELETE_CEP
181#undef UDP_SET_OPTION
182#undef UDP_GET_OPTION
183#undef UDP_CRE_CEP
184#undef UDP_DEL_CEP
185#undef UDP_SET_OPT
186#undef UDP_GET_OPT
187#undef UDP_SND_DAT
188#undef UDP_RCV_DAT
189#undef UDP_CAN_SND
190#undef UDP_CAN_RCV
191#undef UDP_ALLOC_AUTO_PORT
192#undef UDP_ALLOC_PORT
193#undef UDP_SEND_DATA
194#undef VALID_UDP_CEPID
195#undef GET_UDP_CEP
196#undef GET_UDP_CEPID
197#undef T_UDP_CEP
198#undef T_UDPN_CCEP
199#undef T_IPEP
200#undef API_PROTO
201#undef IN_GET_DATAGRAM
202#undef IN_COPY_TO_HOST
203
204#endif /* of #if defined(SUPPORT_INET6) && TNUM_UDP6_CEPID > 0 */
205
206#if defined(SUPPORT_INET4) && TNUM_UDP4_CEPID > 0
207
208#define UDP_CANCEL_CEP udp4_cancel_cep
209#define UDP_DELETE_CEP udp4_delete_cep
210#define UDP_SET_OPTION udp4_set_option
211#define UDP_GET_OPTION udp4_get_option
212#define UDP_CRE_CEP udp_cre_cep
213#define UDP_DEL_CEP udp_del_cep
214#define UDP_SET_OPT udp_set_opt
215#define UDP_GET_OPT udp_get_opt
216#define UDP_SND_DAT udp_snd_dat
217#define UDP_RCV_DAT udp_rcv_dat
218#define UDP_CAN_SND udp4_can_snd
219#define UDP_CAN_RCV udp4_can_rcv
220#define UDP_ALLOC_AUTO_PORT udp4_alloc_auto_port
221#define UDP_ALLOC_PORT udp4_alloc_port
222#define UDP_SEND_DATA udp4_send_data
223#define VALID_UDP_CEPID VALID_UDP4_CEPID
224#define GET_UDP_CEP GET_UDP4_CEP
225#define GET_UDP_CEPID GET_UDP4_CEPID
226#define T_UDP_CEP T_UDP4_CEP
227#define T_UDPN_CCEP T_UDP_CCEP
228#define T_IPEP T_IPV4EP
229#define API_PROTO API_PROTO_IPV4
230
231#define IN_COPY_TO_HOST IN4_COPY_TO_HOST
232#define IN_GET_DATAGRAM in4_get_datagram
233
234#include <netinet/udpn_usrreq.c>
235
236#endif /* of #if defined(SUPPORT_INET4) && TNUM_UDP4_CEPID > 0 */
237
238#if defined(SUPPORT_INET6) && (defined(SUPPORT_INET4) && TNUM_UDP4_CEPID > 0)
239
240/*
241 * udp_can_cep -- ペンディングしている処理のキャンセル【標準機能】
242 */
243
244#ifdef __udp_can_cep
245
246ER
247udp_can_cep (ID cepid, FN fncd)
248{
249 /* IPv6 用の UDP 通信端点 ID をチェックする。*/
250 if (VALID_UDP6_CEPID(cepid)) {
251
252 /* UDP 通信端点を得てメイン関数を呼び出す。*/
253 return udp6_cancel_cep(GET_UDP6_CEP(cepid), fncd);
254 }
255
256 /* IPv4 用の UDP 通信端点 ID をチェックする。*/
257 else if (VALID_UDP4_CEPID(cepid)) {
258
259 /* UDP 通信端点を得てメイン関数を呼び出す。*/
260 return udp4_cancel_cep(GET_UDP4_CEP(cepid), fncd);
261 }
262
263 else
264 return E_ID;
265 }
266
267#endif /* of #ifdef __udp_can_cep */
268
269#endif /* of #if defined(SUPPORT_INET6) && (defined(SUPPORT_INET4) && TNUM_UDP4_CEPID > 0) */
270
271#endif /* of #ifdef SUPPORT_UDP */
Note: See TracBrowser for help on using the repository browser.