ng_echo.c (859a4d166c0fc97b248bf33c8745b7494934b0bf) | ng_echo.c (589f6ed8ce4b9da11cbdce95d6dcf9ad45792175) |
---|---|
1 2/* 3 * ng_echo.c 4 * 5 * Copyright (c) 1996-1999 Whistle Communications, Inc. 6 * All rights reserved. 7 * 8 * Subject to the following obligations and disclaimer of warranty, use and --- 47 unchanged lines hidden (view full) --- 56 57/* Netgraph methods */ 58static ng_rcvmsg_t nge_rcvmsg; 59static ng_rcvdata_t nge_rcvdata; 60static ng_disconnect_t nge_disconnect; 61 62/* Netgraph type */ 63static struct ng_type typestruct = { | 1 2/* 3 * ng_echo.c 4 * 5 * Copyright (c) 1996-1999 Whistle Communications, Inc. 6 * All rights reserved. 7 * 8 * Subject to the following obligations and disclaimer of warranty, use and --- 47 unchanged lines hidden (view full) --- 56 57/* Netgraph methods */ 58static ng_rcvmsg_t nge_rcvmsg; 59static ng_rcvdata_t nge_rcvdata; 60static ng_disconnect_t nge_disconnect; 61 62/* Netgraph type */ 63static struct ng_type typestruct = { |
64 NG_VERSION, | 64 NG_ABI_VERSION, |
65 NG_ECHO_NODE_TYPE, 66 NULL, 67 NULL, 68 nge_rcvmsg, 69 NULL, 70 NULL, 71 NULL, 72 NULL, --- 46 unchanged lines hidden --- | 65 NG_ECHO_NODE_TYPE, 66 NULL, 67 NULL, 68 nge_rcvmsg, 69 NULL, 70 NULL, 71 NULL, 72 NULL, --- 46 unchanged lines hidden --- |