Plan 9 from Bell Labs’s /usr/web/sources/contrib/axel/8021x/v03/fns.h

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


// ttls.c
void initTTLS(char*, char*);
int processTTLS(uchar*rcvp, uint rcvl, int, uchar*txp, uint mtu, int*succ, int*fail);
void abortTTLS(void);

// phase2.c
void doTTLSphase2(int fd);

// key.c
void handleKey(int fd, Eapol* p, int len);

// util.c
char* hexprefix(uchar *s, int n, int l);
int apetheraddr(uchar *eaddr, char*file);
void put24(uchar *p, int x);

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.