File: parse.h

package info (click to toggle)
gidentd 0.4.5-5
  • links: PTS
  • area: main
  • in suites: woody
  • size: 268 kB
  • ctags: 57
  • sloc: ansic: 616; sh: 400; makefile: 42
file content (5 lines) | stat: -rw-r--r-- 120 bytes parent folder | download | duplicates (4)
1
2
3
4
5
char *tokget(char *buf, int t);
int tcp4(void);
int tcp6(void);
int Parse_Request(char *line, int *lport, int *rport);