Home
last modified time | relevance | path

Searched refs:parse_socktype (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.bin/getaddrinfo/
H A Dgetaddrinfo.c54 static bool parse_socktype(const char *, int *);
112 if (!parse_socktype(optarg, &hints.ai_socktype)) { in main()
217 parse_socktype(const char *string, int *typep) in parse_socktype() function