Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Dip_divert.c168 u_int16_t nport; in div_packet() local
227 nport = htons((u_int16_t)port); in div_packet()
236 if (inp->inp_lport == nport) in div_packet()
/dragonfly/sys/bus/firewire/
H A Dfirewirereg.h49 u_int8_t nport; member
98 u_int nport; member
H A Dfwohci.c419 sc->fc.nport = reg & FW_PHY_NP;
428 linkspeed[sc->fc.speed], sc->fc.nport);
432 sc->fc.nport = reg & FW_PHY_NP;
441 linkspeed[sc->fc.speed], sc->fc.nport);
/dragonfly/contrib/tnftp/src/
H A Dfetch.c555 unsigned long nport; in parse_url() local
557 nport = strtoul(cp, &ep, 10); in parse_url()
559 nport < 1 || nport > MAX_IN_PORT_T) { in parse_url()
564 ui->portnum = nport; in parse_url()
/dragonfly/sys/net/pf/
H A Dpf.c2902 struct pf_addr *naddr, u_int16_t *nport, in pf_get_sport() argument
2977 *nport = sport; in pf_get_sport()
2987 *nport = sport; in pf_get_sport()
2997 *nport = htons(low); in pf_get_sport()
3029 *nport = htons(tmp); in pf_get_sport()
3047 *nport = htons(tmp); in pf_get_sport()
3182 u_int16_t *nport; in pf_get_translation() local
3190 nport = &(*nkp)->port[1]; in pf_get_translation()
3206 naddr, nport, r->rpool.proxy_port[0], in pf_get_translation()
3315 *nport = htons((u_int16_t)tmp_nport); in pf_get_translation()
[all …]