- Replace flags used for LCP/IPCP with state machine.
- Use openssl MD5, fix DAE vector (Alex Kiernan).
This commit is contained in:
parent
17b2ce31a6
commit
afc8f4c6c0
27 changed files with 1399 additions and 1120 deletions
|
|
@ -47,8 +47,8 @@ struct nsctl {
|
|||
char *argv[0xff];
|
||||
};
|
||||
|
||||
int pack_control(char *data, int len, uint8_t type, int argc, char *argv[]);
|
||||
int unpack_control(struct nsctl *packet, char *data, int len);
|
||||
int pack_control(uint8_t *data, int len, uint8_t type, int argc, char *argv[]);
|
||||
int unpack_control(struct nsctl *packet, uint8_t *data, int len);
|
||||
void dump_control(struct nsctl *control, FILE *stream);
|
||||
|
||||
#endif /* __CONTROL_H__ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue