summaryrefslogtreecommitdiff
path: root/sys/netiso/clnp_output.c
blob: a07d80a03c784dd506e7b6ab6bc9c351bb83be26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
/*	$OpenBSD: clnp_output.c,v 1.3 1996/04/21 22:29:16 deraadt Exp $	*/
/*	$NetBSD: clnp_output.c,v 1.9 1996/04/13 01:34:32 cgd Exp $	*/

/*-
 * Copyright (c) 1991, 1993
 *	The Regents of the University of California.  All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met:
 * 1. Redistributions of source code must retain the above copyright
 *    notice, this list of conditions and the following disclaimer.
 * 2. Redistributions in binary form must reproduce the above copyright
 *    notice, this list of conditions and the following disclaimer in the
 *    documentation and/or other materials provided with the distribution.
 * 3. All advertising materials mentioning features or use of this software
 *    must display the following acknowledgement:
 *	This product includes software developed by the University of
 *	California, Berkeley and its contributors.
 * 4. Neither the name of the University nor the names of its contributors
 *    may be used to endorse or promote products derived from this software
 *    without specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 * SUCH DAMAGE.
 *
 *	@(#)clnp_output.c	8.1 (Berkeley) 6/10/93
 */

/***********************************************************
		Copyright IBM Corporation 1987

                      All Rights Reserved

Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the name of IBM not be
used in advertising or publicity pertaining to distribution of the
software without specific, written prior permission.

IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.

******************************************************************/

/*
 * ARGO Project, Computer Sciences Dept., University of Wisconsin - Madison
 */

#include <sys/param.h>
#include <sys/mbuf.h>
#include <sys/domain.h>
#include <sys/protosw.h>
#include <sys/socket.h>
#include <sys/socketvar.h>
#include <sys/errno.h>
#include <sys/time.h>
#include <sys/systm.h>

#include <net/if.h>
#include <net/route.h>

#include <netiso/iso.h>
#include <netiso/iso_var.h>
#include <netiso/iso_pcb.h>
#include <netiso/clnp.h>
#include <netiso/clnp_stat.h>
#include <netiso/argo_debug.h>

#include <machine/stdarg.h>

static struct clnp_fixed dt_template = {
	ISO8473_CLNP,		/* network identifier */
	0,			/* length */
	ISO8473_V1,		/* version */
	CLNP_TTL,		/* ttl */
	CLNP_DT | CNF_SEG_OK | CNF_ERR_OK,	/* type */
	0,			/* segment length */
	0			/* checksum */
};

static struct clnp_fixed raw_template = {
	ISO8473_CLNP,		/* network identifier */
	0,			/* length */
	ISO8473_V1,		/* version */
	CLNP_TTL,		/* ttl */
	CLNP_RAW | CNF_SEG_OK | CNF_ERR_OK,	/* type */
	0,			/* segment length */
	0			/* checksum */
};

static struct clnp_fixed echo_template = {
	ISO8473_CLNP,		/* network identifier */
	0,			/* length */
	ISO8473_V1,		/* version */
	CLNP_TTL,		/* ttl */
	CLNP_EC | CNF_SEG_OK | CNF_ERR_OK,	/* type */
	0,			/* segment length */
	0			/* checksum */
};

static struct clnp_fixed echor_template = {
	ISO8473_CLNP,		/* network identifier */
	0,			/* length */
	ISO8473_V1,		/* version */
	CLNP_TTL,		/* ttl */
	CLNP_ECR | CNF_SEG_OK | CNF_ERR_OK,	/* type */
	0,			/* segment length */
	0			/* checksum */
};

#ifdef	DECBIT
u_char          qos_option[] = {CLNPOVAL_QOS, 1,
CLNPOVAL_GLOBAL | CLNPOVAL_SEQUENCING | CLNPOVAL_LOWDELAY};
#endif				/* DECBIT */

int             clnp_id = 0;	/* id for segmented dgrams */

/*
 * FUNCTION:		clnp_output
 *
 * PURPOSE:		output the data in the mbuf as a clnp datagram
 *
 *			The data specified by m0 is sent as a clnp datagram.
 *			The mbuf chain m0 will be freed when this routine has
 *			returned.
 *
 *			If options is non-null, it points to an mbuf which
 *			contains options to be sent with the datagram. The
 *			options must be formatted in the mbuf according to
 *			clnp rules. Options will not be freed.
 *
 *			Datalen specifies the length of the data in m0.
 *
 *			Src and dst are the addresses for the packet.
 *
 *			If route is non-null, it is used as the route for
 *			the packet.
 *
 *			By default, a DT is sent. However,
 *			if flags & CNLP_SEND_ER then an ER will be sent.
 *			If flags & CLNP_SEND_RAW, then the packet will
 *			be send as raw clnp.
 *
 * RETURNS:		0	success
 *				appropriate error code
 *
 * SIDE EFFECTS:	none
 *
 * NOTES: 		Flags are interpretated as follows:
 *			CLNP_NO_SEG - do not allow this pkt to be segmented.
 *			CLNP_NO_ER  - have pkt request ER suppression.
 *			CLNP_SEND_RAW - send pkt as RAW DT rather than TP DT
 *			CLNP_NO_CKSUM - don't compute clnp checksum
 *			CLNP_ECHO - send as ECHO packet
 *
 *			When checking for a cached packet, clnp checks
 *			that the route taken is still up. It does not
 *			check that the route is still to the same destination.
 *			This means that any entity that alters an existing
 *			route for an isopcb (such as when a redirect arrives)
 *			must invalidate the clnp cache. It might be perferable
 *			to have clnp check that the route has the same dest, but
 *			by avoiding this check, we save a call to
 *			iso_addrmatch1.
 */
int
#if __STDC__
clnp_output(struct mbuf *m0, ...)
#else
clnp_output(m0, va_alist)
	struct mbuf    *m0;	/* data for the packet */
	va_dcl
#endif
{
	struct isopcb  *isop;	/* iso pcb */
	int             datalen;/* number of bytes of data in m0 */
	int             flags;	/* flags */
	int             error = 0;	/* return value of function */
	register struct mbuf *m = m0;	/* mbuf for clnp header chain */
	register struct clnp_fixed *clnp;	/* ptr to fixed part of hdr */
	register caddr_t hoff;	/* offset into header */
	int             total_len;	/* total length of packet */
	struct iso_addr *src;	/* ptr to source address */
	struct iso_addr *dst;	/* ptr to destination address */
	struct clnp_cache clc;	/* storage for cache information */
	struct clnp_cache *clcp = NULL;	/* ptr to clc */
	int             hdrlen = 0;
	va_list ap;

	va_start(ap, m0);
	isop = va_arg(ap, struct isopcb  *);
	datalen = va_arg(ap, int);
	flags = va_arg(ap, int);
	va_end(ap);

	dst = &isop->isop_faddr->siso_addr;
	if (isop->isop_laddr == 0) {
		struct iso_ifaddr *ia = 0;
		clnp_route(dst, &isop->isop_route, flags, 0, &ia);
		if (ia == 0 || ia->ia_ifa.ifa_addr->sa_family != AF_ISO)
			return (ENETUNREACH);
		src = &ia->ia_addr.siso_addr;
	} else
		src = &isop->isop_laddr->siso_addr;

#ifdef ARGO_DEBUG
	if (argo_debug[D_OUTPUT]) {
		printf("clnp_output: to %s", clnp_iso_addrp(dst));
		printf(" from %s of %d bytes\n", clnp_iso_addrp(src), datalen);
		printf("\toptions %p, flags x%x, isop_clnpcache %p\n",
		       isop->isop_options, flags, isop->isop_clnpcache);
	}
#endif

	if (isop->isop_clnpcache != NULL) {
		clcp = mtod(isop->isop_clnpcache, struct clnp_cache *);
	}
	/*
	 *	Check if cache is valid ...
	 */
#ifdef ARGO_DEBUG
	if (argo_debug[D_OUTPUT]) {
		printf("clnp_output: ck cache: clcp %p\n", clcp);
		if (clcp != NULL) {
			printf("\tclc_dst %s\n", clnp_iso_addrp(&clcp->clc_dst));
			printf("\tisop_opts %p, clc_opts %p\n",
			       isop->isop_options, clcp->clc_options);
			if (isop->isop_route.ro_rt)
				printf("\tro_rt %p, rt_flags x%x\n",
				       isop->isop_route.ro_rt,
				       isop->isop_route.ro_rt->rt_flags);
			printf("\tflags x%x, clc_flags x%x\n", flags,
			       clcp->clc_flags);
			printf("\tclc_hdr %p\n", clcp->clc_hdr);
		}
	}
#endif
	if ((clcp != NULL) &&	/* cache exists */
	    (isop->isop_options == clcp->clc_options) &&	/* same options */
	    (iso_addrmatch1(dst, &clcp->clc_dst)) &&	/* dst still same */
	    (isop->isop_route.ro_rt != NULL) &&	/* route exists */
	    (isop->isop_route.ro_rt == clcp->clc_rt) &&	/* and is cached */
	    (isop->isop_route.ro_rt->rt_flags & RTF_UP) &&	/* route still up */
	    (flags == clcp->clc_flags) &&	/* same flags */
	    (clcp->clc_hdr != NULL)) {	/* hdr mbuf exists */
		/*
		 * The cache is valid
		 */

#ifdef ARGO_DEBUG
		if (argo_debug[D_OUTPUT]) {
			printf("clnp_output: using cache\n");
		}
#endif

		m = m_copy(clcp->clc_hdr, 0, (int) M_COPYALL);
		if (m == NULL) {
			/*
			 * No buffers left to copy cached packet header. Use
			 * the cached packet header this time, and
			 * mark the hdr as vacant
			 */
			m = clcp->clc_hdr;
			clcp->clc_hdr = NULL;
		}
		m->m_next = m0;	/* ASSUMES pkt hdr is 1 mbuf long */
		clnp = mtod(m, struct clnp_fixed *);
	} else {
		struct clnp_optidx *oidx = NULL;	/* index to clnp options */

		/*
		 * The cache is not valid. Allocate an mbuf (if necessary)
		 * to hold cached info. If one is not available, then
		 * don't bother with the cache
		 */
		INCSTAT(cns_cachemiss);
		if (flags & CLNP_NOCACHE) {
			clcp = &clc;
		} else {
			if (isop->isop_clnpcache == NULL) {
				/*
				 * There is no clnpcache. Allocate an mbuf
				 * to hold one
				 */
				if ((isop->isop_clnpcache = m_get(M_DONTWAIT, MT_HEADER))
				    == NULL) {
					/*
					 * No mbufs available. Pretend that we
					 * don't want caching this time.
					 */
#ifdef ARGO_DEBUG
					if (argo_debug[D_OUTPUT]) {
						printf("clnp_output: no mbufs to allocate to cache\n");
					}
#endif
					flags |= CLNP_NOCACHE;
					clcp = &clc;
				} else {
					clcp = mtod(isop->isop_clnpcache, struct clnp_cache *);
				}
			} else {
				/*
				 * A clnpcache mbuf exists. If the clc_hdr
				 * is not null, we must free it, as a new one
				 * is about to be created.
				 */
				clcp = mtod(isop->isop_clnpcache, struct clnp_cache *);
				if (clcp->clc_hdr != NULL) {
					/*
					 * The clc_hdr is not null but a
					 * clnpcache mbuf exists. This means
					 * that there was a cache, but the
					 * existing copy of the hdr is no
					 * longer valid. Free it now
					 * before we lose the pointer to it.
					 */
#ifdef ARGO_DEBUG
					if (argo_debug[D_OUTPUT]) {
						printf(
				    "clnp_output: freeing old clc_hdr %p\n",
					       clcp->clc_hdr);
					}
#endif
					m_free(clcp->clc_hdr);
#ifdef ARGO_DEBUG
					if (argo_debug[D_OUTPUT]) {
						printf("clnp_output: freed old clc_hdr (done)\n");
					}
#endif
				}
			}
		}
#ifdef ARGO_DEBUG
		if (argo_debug[D_OUTPUT]) {
			printf("clnp_output: NEW clcp %p\n", clcp);
		}
#endif
		bzero((caddr_t) clcp, sizeof(struct clnp_cache));

		if (isop->isop_optindex)
			oidx = mtod(isop->isop_optindex, struct clnp_optidx *);

		/*
		 * Don't allow packets with security, quality of service,
		 * priority, or error report options to be sent.
		 */
		if ((isop->isop_options) && (oidx)) {
			if ((oidx->cni_securep) ||
			    (oidx->cni_priorp) ||
			    (oidx->cni_qos_formatp) ||
			    (oidx->cni_er_reason != ER_INVALREAS)) {
#ifdef ARGO_DEBUG
				if (argo_debug[D_OUTPUT]) {
					printf("clnp_output: pkt dropped - option unsupported\n");
				}
#endif
				m_freem(m0);
				return (EINVAL);
			}
		}
		/*
		 * Don't allow any invalid flags to be set
		 */
		if ((flags & (CLNP_VFLAGS)) != flags) {
#ifdef ARGO_DEBUG
			if (argo_debug[D_OUTPUT]) {
				printf("clnp_output: packet dropped - flags unsupported\n");
			}
#endif
			INCSTAT(cns_odropped);
			m_freem(m0);
			return (EINVAL);
		}
		/*
		 * Don't allow funny lengths on dst; src may be zero in which
		 * case we insert the source address based upon the interface
		 */
		if ((src->isoa_len > sizeof(struct iso_addr)) ||
		    (dst->isoa_len == 0) ||
		    (dst->isoa_len > sizeof(struct iso_addr))) {
			m_freem(m0);
			INCSTAT(cns_odropped);
			return (ENAMETOOLONG);
		}
		/*
		 *	Grab mbuf to contain header
		 */
		MGETHDR(m, M_DONTWAIT, MT_HEADER);
		if (m == 0) {
			m_freem(m0);
			INCSTAT(cns_odropped);
			return (ENOBUFS);
		}
		INCSTAT(cns_sent);
		m->m_next = m0;
		clnp = mtod(m, struct clnp_fixed *);
		clcp->clc_segoff = 0;

		/*
		 * Fill in all of fixed hdr except lengths and checksum
		 */
		if (flags & CLNP_SEND_RAW) {
			*clnp = raw_template;
		} else if (flags & CLNP_ECHO) {
			*clnp = echo_template;
		} else if (flags & CLNP_ECHOR) {
			*clnp = echor_template;
		} else {
			*clnp = dt_template;
		}
		if (flags & CLNP_NO_SEG)
			clnp->cnf_type &= ~CNF_SEG_OK;
		if (flags & CLNP_NO_ER)
			clnp->cnf_type &= ~CNF_ERR_OK;

		/*
		 *	Route packet; special case for source rt
		 */
		if ((isop->isop_options) && CLNPSRCRT_VALID(oidx)) {
#ifdef ARGO_DEBUG
			if (argo_debug[D_OUTPUT]) {
				printf("clnp_output: calling clnp_srcroute\n");
			}
#endif
			error = clnp_srcroute(isop->isop_options, oidx, &isop->isop_route,
				  &clcp->clc_firsthop, &clcp->clc_ifa, dst);
		} else {
#ifdef ARGO_DEBUG
			if (argo_debug[D_OUTPUT]) {
			}
#endif
			error = clnp_route(dst, &isop->isop_route, flags,
				       &clcp->clc_firsthop, &clcp->clc_ifa);
		}
		if (error || (clcp->clc_ifa == 0)) {
#ifdef ARGO_DEBUG
			if (argo_debug[D_OUTPUT]) {
				printf("clnp_output: route failed, errno %d\n", error);
				printf("@clcp:\n");
				dump_buf(clcp, sizeof(struct clnp_cache));
			}
#endif
			goto bad;
		}
		clcp->clc_rt = isop->isop_route.ro_rt;	/* XXX */
		clcp->clc_ifp = clcp->clc_ifa->ia_ifp;	/* XXX */

#ifdef ARGO_DEBUG
		if (argo_debug[D_OUTPUT]) {
			printf("clnp_output: packet routed to %s\n",
			       clnp_iso_addrp(
				 &satosiso(clcp->clc_firsthop)->siso_addr));
		}
#endif

		/*
		 * If src address is not yet specified, use address of
		 * interface. NOTE: this will now update the laddr field in
		 * the isopcb. Is this desirable? RAH?
		 */
		if (src->isoa_len == 0) {
			src = &(clcp->clc_ifa->ia_addr.siso_addr);
#ifdef ARGO_DEBUG
			if (argo_debug[D_OUTPUT]) {
				printf("clnp_output: new src %s\n", clnp_iso_addrp(src));
			}
#endif
		}
		/*
		 * Insert the source and destination address,
		 */
		hoff = (caddr_t) clnp + sizeof(struct clnp_fixed);
		CLNP_INSERT_ADDR(hoff, *dst);
		CLNP_INSERT_ADDR(hoff, *src);

		/*
		 * Leave room for the segment part, if segmenting is selected
		 */
		if (clnp->cnf_type & CNF_SEG_OK) {
			clcp->clc_segoff = hoff - (caddr_t) clnp;
			hoff += sizeof(struct clnp_segment);
		}
		clnp->cnf_hdr_len = m->m_len = (u_char) (hoff - (caddr_t) clnp);
		hdrlen = clnp->cnf_hdr_len;

#ifdef	DECBIT
		/*
		 * Add the globally unique QOS (with room for congestion
		 * experienced bit). I can safely assume that this option
		 * is not in the options mbuf below because I checked that
		 * the option was not specified previously
		 */
		if ((m->m_len + sizeof(qos_option)) < MLEN) {
			bcopy((caddr_t) qos_option, hoff, sizeof(qos_option));
			clnp->cnf_hdr_len += sizeof(qos_option);
			hdrlen += sizeof(qos_option);
			m->m_len += sizeof(qos_option);
		}
#endif				/* DECBIT */

		/*
		 * If an options mbuf is present, concatenate a copy to the hdr mbuf.
		 */
		if (isop->isop_options) {
			struct mbuf    *opt_copy =
				m_copy(isop->isop_options, 0, (int) M_COPYALL);
			if (opt_copy == NULL) {
				error = ENOBUFS;
				goto bad;
			}
			/* Link in place */
			opt_copy->m_next = m->m_next;
			m->m_next = opt_copy;

			/* update size of header */
			clnp->cnf_hdr_len += opt_copy->m_len;
			hdrlen += opt_copy->m_len;
		}
		if (hdrlen > CLNP_HDR_MAX) {
			error = EMSGSIZE;
			goto bad;
		}
		/*
		 * Now set up the cache entry in the pcb
		 */
		if ((flags & CLNP_NOCACHE) == 0) {
			clcp->clc_hdr = m_copy(m, 0, (int) clnp->cnf_hdr_len);
			if (clcp->clc_hdr) {
				clcp->clc_dst = *dst;
				clcp->clc_flags = flags;
				clcp->clc_options = isop->isop_options;
			}
		}
	}
	/*
	 *	If small enough for interface, send directly
	 *	Fill in segmentation part of hdr if using the full protocol
	 */
	total_len = clnp->cnf_hdr_len + datalen;
	if (clnp->cnf_type & CNF_SEG_OK) {
		struct clnp_segment seg_part;	/* segment part of hdr */
		seg_part.cng_id = htons(clnp_id++);
		seg_part.cng_off = htons(0);
		seg_part.cng_tot_len = htons(total_len);
		(void) bcopy((caddr_t) & seg_part, (caddr_t) clnp + clcp->clc_segoff,
			     sizeof(seg_part));
	}
	if (total_len <= SN_MTU(clcp->clc_ifp, clcp->clc_rt)) {
		HTOC(clnp->cnf_seglen_msb, clnp->cnf_seglen_lsb, total_len);
		m->m_pkthdr.len = total_len;
		/*
		 *	Compute clnp checksum (on header only)
		 */
		if (flags & CLNP_NO_CKSUM) {
			HTOC(clnp->cnf_cksum_msb, clnp->cnf_cksum_lsb, 0);
		} else {
			iso_gen_csum(m, CLNP_CKSUM_OFF, (int) clnp->cnf_hdr_len);
		}

#ifdef ARGO_DEBUG
		if (argo_debug[D_DUMPOUT]) {
			struct mbuf    *mdump = m;
			printf("clnp_output: sending dg:\n");
			while (mdump != NULL) {
				dump_buf(mtod(mdump, caddr_t), mdump->m_len);
				mdump = mdump->m_next;
			}
		}
#endif

		error = SN_OUTPUT(clcp, m);
		goto done;
	} else {
		/*
		 * Too large for interface; fragment if possible.
		 */
		error = clnp_fragment(clcp->clc_ifp, m, clcp->clc_firsthop,
			  total_len, clcp->clc_segoff, flags, clcp->clc_rt);
		goto done;
	}
bad:
	m_freem(m);
done:
	if (error) {
		clnp_stat.cns_sent--;
		clnp_stat.cns_odropped++;
	}
	return (error);
}

void
clnp_ctloutput()
{
}