ng_ppp.c (cfe844ab1fe09d76ea897a6dbd4aaa4cf4d77266) | ng_ppp.c (589f6ed8ce4b9da11cbdce95d6dcf9ad45792175) |
---|---|
1 2/* 3 * ng_ppp.c 4 * 5 * Copyright (c) 1996-2000 Whistle Communications, Inc. 6 * All rights reserved. 7 * 8 * Subject to the following obligations and disclaimer of warranty, use and --- 328 unchanged lines hidden (view full) --- 337 &ng_parse_int16_type, 338 &ng_ppp_stats_type 339 }, 340 { 0 } 341}; 342 343/* Node type descriptor */ 344static struct ng_type ng_ppp_typestruct = { | 1 2/* 3 * ng_ppp.c 4 * 5 * Copyright (c) 1996-2000 Whistle Communications, Inc. 6 * All rights reserved. 7 * 8 * Subject to the following obligations and disclaimer of warranty, use and --- 328 unchanged lines hidden (view full) --- 337 &ng_parse_int16_type, 338 &ng_ppp_stats_type 339 }, 340 { 0 } 341}; 342 343/* Node type descriptor */ 344static struct ng_type ng_ppp_typestruct = { |
345 NG_VERSION, | 345 NG_ABI_VERSION, |
346 NG_PPP_NODE_TYPE, 347 NULL, 348 ng_ppp_constructor, 349 ng_ppp_rcvmsg, 350 ng_ppp_rmnode, 351 ng_ppp_newhook, 352 NULL, 353 NULL, --- 1680 unchanged lines hidden --- | 346 NG_PPP_NODE_TYPE, 347 NULL, 348 ng_ppp_constructor, 349 ng_ppp_rcvmsg, 350 ng_ppp_rmnode, 351 ng_ppp_newhook, 352 NULL, 353 NULL, --- 1680 unchanged lines hidden --- |