diff options
Diffstat (limited to 'sys/netgraph/ng_pppoe.h')
| -rw-r--r-- | sys/netgraph/ng_pppoe.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netgraph/ng_pppoe.h b/sys/netgraph/ng_pppoe.h index 5ee3e7dac2e1..6e71f6f4b7e4 100644 --- a/sys/netgraph/ng_pppoe.h +++ b/sys/netgraph/ng_pppoe.h @@ -66,7 +66,7 @@ * Netgraph commands understood by this node type. * FAIL, SUCCESS and CLOSE are sent by the node rather than received. ********************************************************************/ -enum { +enum cmd { NGM_PPPOE_SET_FLAG = 1, NGM_PPPOE_CONNECT = 2, /* Client, Try find this service */ NGM_PPPOE_LISTEN = 3, /* Server, Await a request for this service */ @@ -115,7 +115,7 @@ struct ngPPPoE_init_data { * (to report which hook has failed or connected). The message is sent * to whoever requested the connection. (close may use this too). */ -struct ngPPPoE_req { +struct ngPPPoE_sts { char hook[NG_HOOKLEN + 1]; /* hook associated with event session */ }; |
