Home
last modified time | relevance | path

Searched refs:get_port (Results 1 – 25 of 87) sorted by relevance

1234

/netbsd/usr.sbin/altq/libaltq/
H A Dparser.c61 static int get_port(const char *, u_int16_t *);
399 get_port(const char *name, u_int16_t *port_no) in get_port() function
599 if (!get_port(w, &sfilt.ff_flow.fi_dport)) { in filter_parser()
615 if (!get_port(w, &sfilt.ff_flow.fi_sport)) { in filter_parser()
722 if (!get_port(w, &sfilt.ff_flow6.fi6_dport)) { in filter6_parser()
739 if (!get_port(w, &sfilt.ff_flow6.fi6_sport)) { in filter6_parser()
/netbsd/sys/dev/audio/
H A Daudio_dai.h258 if (!dai->dai_hw_if->get_port) in audio_dai_get_port()
260 return dai->dai_hw_if->get_port(dai->dai_priv, mc); in audio_dai_get_port()
H A Daudio_if.h119 int (*get_port)(void *, mixer_ctrl_t *); member
/netbsd/sys/arch/arm/sunxi/
H A Dsunxi_codec.h52 int (*get_port)(struct sunxi_codec_softc *, member
H A Dsun4i_a10_codec.c237 .get_port = a10_codec_get_port,
H A Dsunxi_codec.c196 return sc->sc_cfg->get_port(sc, mc); in sunxi_codec_get_port()
467 .get_port = sunxi_codec_get_port,
H A Dsun6i_a31_codec.c298 .get_port = a31_codec_get_port,
H A Dsun8i_v3s_codec.c389 .get_port = v3s_codec_get_port,
H A Dsun8i_codec.c169 .get_port = sun8i_codec_get_port,
/netbsd/external/bsd/libbind/dist/irs/
H A Dgetaddrinfo.c193 static int get_port __P((const struct addrinfo *, const char *, int));
240 error = get_port((ai), (serv), 0); \
985 return get_port((const struct addrinfo *)ai, servname, 1); in get_portmatch()
989 get_port(const struct addrinfo *ai, const char *servname, int matchonly) { in get_port() function
/netbsd/sys/arch/vax/vsa/
H A Dvsaudio.c130 .get_port = am7930_get_port,
/netbsd/sys/dev/isapnp/
H A Dgus_isapnp.c79 .get_port = iw_get_port,
/netbsd/sys/dev/isa/
H A Dsb.c93 .get_port = sbdsp_mixer_get_port,
H A Dpas.c136 .get_port = sbdsp_mixer_get_port,
H A Dwss.c97 .get_port = wss_mixer_get_port,
/netbsd/sys/arch/sparc/dev/
H A Daudioamd.c109 .get_port = am7930_get_port,
/netbsd/sys/dev/ic/
H A Dpl041.c228 .get_port = aaci_get_port,
H A Dtms320av110.c86 .get_port = tav_get_port,
/netbsd/crypto/external/bsd/heimdal/dist/lib/krb5/
H A DNTMakefile94 $(OBJ)\get_port.obj \
246 get_port.c \
/netbsd/crypto/dist/ipsec-tools/src/setkey/
H A Dparse.y1264 static u_int16_t get_port (struct addrinfo *addr) in get_port() function
1542 natt_port.sadb_x_nat_t_port_port = htons(get_port(s)); in setkeymsg_add()
1550 natt_port.sadb_x_nat_t_port_port = htons(get_port(d)); in setkeymsg_add()
/netbsd/lib/libc/net/
H A Dgetaddrinfo.c252 static int get_port(const struct addrinfo *, const char *, int,
330 error = get_port((ai), (serv), 0, (svd)); \
905 get_port(&ai, "1", 0, svd); in set_source()
1523 return get_port(ai, servname, 1, svd); in get_portmatch()
1527 get_port(const struct addrinfo *ai, const char *servname, int matchonly, in get_port() function
/netbsd/sys/arch/evbarm/mini2440/
H A Daudio_mini2440.c101 .get_port = uda1341_get_port,
/netbsd/sys/arch/prep/isa/
H A Dpaud_isa.c106 .get_port = paud_mixer_get_port,
/netbsd/sys/arch/usermode/dev/
H A Dvaudio.c123 .get_port = vaudio_get_port,
/netbsd/sys/arch/arm/iomd/
H A Dvidcaudio.c174 .get_port = vidcaudio_get_port,

1234