Deleted Added
full compact
natm_pcb.c (27845) natm_pcb.c (30354)
1/* $NetBSD: natm_pcb.c,v 1.4 1996/11/09 03:26:27 chuck Exp $ */
2
3/*
4 *
5 * Copyright (c) 1996 Charles D. Cranor and Washington University.
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 25 unchanged lines hidden (view full) ---

34
35/*
36 * atm_pcb.c: manage atm protocol control blocks and keep IP and NATM
37 * from trying to use each other's VCs.
38 */
39
40#include <sys/param.h>
41#include <sys/systm.h>
1/* $NetBSD: natm_pcb.c,v 1.4 1996/11/09 03:26:27 chuck Exp $ */
2
3/*
4 *
5 * Copyright (c) 1996 Charles D. Cranor and Washington University.
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 25 unchanged lines hidden (view full) ---

34
35/*
36 * atm_pcb.c: manage atm protocol control blocks and keep IP and NATM
37 * from trying to use each other's VCs.
38 */
39
40#include <sys/param.h>
41#include <sys/systm.h>
42#include <sys/socket.h>
43#include <sys/malloc.h>
42#include <sys/malloc.h>
43#include <sys/socket.h>
44
45#include <net/if.h>
46
47#include <netinet/in.h>
48
49#include <netnatm/natm.h>
50
51/*

--- 137 unchanged lines hidden ---
44
45#include <net/if.h>
46
47#include <netinet/in.h>
48
49#include <netnatm/natm.h>
50
51/*

--- 137 unchanged lines hidden ---