/src/usr.bin/getnameinfo/ |
getnameinfo.c | 82 static in_port_t get_port(const char *); 150 port = get_port(optarg); 298 get_port(const char *port_str) function in typeref:typename:in_port_t
|
/src/sys/arch/arm/sunxi/ |
sunxi_codec.h | 52 int (*get_port)(struct sunxi_codec_softc *, member in struct:sunxi_codec_conf
|
/src/sys/dev/audio/ |
audio_if.h | 119 int (*get_port)(void *, mixer_ctrl_t *); member in struct:audio_hw_if
|
/src/usr.sbin/altq/libaltq/ |
parser.c | 61 static int get_port(const char *, u_int16_t *); 399 get_port(const char *name, u_int16_t *port_no) function in typeref:typename:int 599 if (!get_port(w, &sfilt.ff_flow.fi_dport)) { 615 if (!get_port(w, &sfilt.ff_flow.fi_sport)) { 722 if (!get_port(w, &sfilt.ff_flow6.fi6_dport)) { 739 if (!get_port(w, &sfilt.ff_flow6.fi6_sport)) {
|
/src/lib/libc/net/ |
getaddrinfo.c | 252 static int get_port(const struct addrinfo *, const char *, int, 327 #define GET_PORT(ai, serv, svd) \ 330 error = get_port((ai), (serv), 0, (svd)); \ 905 get_port(&ai, "1", 0, svd); 1198 GET_PORT(cur, servname, svd); 1263 GET_PORT(cur->ai_next, servname, svd); 1269 GET_PORT(cur->ai_next, servname, svd); 1336 GET_PORT(cur->ai_next, servname, svd); 1356 GET_PORT(cur->ai_next, servname, svd); 1524 return get_port(ai, servname, 1, svd) 1528 get_port(const struct addrinfo *ai, const char *servname, int matchonly, function in typeref:typename:int [all...] |
/src/usr.bin/ftp/ |
fetch.c | 405 get_port(const struct urlinfo *ui) function in typeref:typename:const char * 596 tport = get_port(ui);
|