HomeSort by: relevance | last modified time | path
    Searched defs:get_port (Results 1 - 7 of 7) sorted by relevancy

  /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
  /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
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/external/bsd/libbind/dist/irs/
getaddrinfo.c 193 static int get_port __P((const struct addrinfo *, const char *, int));
237 #define GET_PORT(ai, serv) \
240 error = get_port((ai), (serv), 0); \
678 GET_PORT(cur, servname); /*%< XXX: redundant lookups... */
758 GET_PORT(cur->ai_next, servname);
764 GET_PORT(cur->ai_next, servname);
808 GET_PORT(cur->ai_next, servname);
821 GET_PORT(cur->ai_next, servname);
983 /* get_port does not touch first argument. when matchonly == 1. */
985 return get_port((const struct addrinfo *)ai, servname, 1)
989 get_port(const struct addrinfo *ai, const char *servname, int matchonly) { function
    [all...]
  /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)); \
908 get_port(&ai, "1", 0, svd);
1201 GET_PORT(cur, servname, svd);
1266 GET_PORT(cur->ai_next, servname, svd);
1272 GET_PORT(cur->ai_next, servname, svd);
1339 GET_PORT(cur->ai_next, servname, svd);
1359 GET_PORT(cur->ai_next, servname, svd);
1527 return get_port(ai, servname, 1, svd)
1531 get_port(const struct addrinfo *ai, const char *servname, int matchonly, function
    [all...]
  /src/usr.bin/ftp/
fetch.c 408 get_port(const struct urlinfo *ui) function
599 tport = get_port(ui);

Completed in 26 milliseconds