HomeSort by: relevance | last modified time | path
    Searched refs:nport (Results 1 - 13 of 13) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
find_inet.c 205 int nport; local
227 nport = find_inet_port(tp->service, tp->proto);
236 if (ntohs(nport) != tp->exp_hport) {
238 tp->label, ntohs(nport), tp->exp_hport);
  /src/crypto/external/bsd/heimdal/dist/lib/ipc/
client.c 125 mach_port_t nport; local
127 ret = bootstrap_look_up(bootstrap_port, ipc->name, &nport);
133 mach_port_deallocate(mach_task_self(), nport);
136 ipc->server = nport;
  /src/sys/dev/ieee1394/
firewirereg.h 53 uint8_t nport; member in struct:fw_device
111 u_int nport; member in struct:firewire_comm
fwohci.c 1161 sc->fc.nport = reg & FW_PHY_NP;
1170 fw_linkspeed[sc->fc.speed], sc->fc.nport);
1174 sc->fc.nport = reg & FW_PHY_NP;
1184 fw_linkspeed[sc->fc.speed], sc->fc.nport);
  /src/sys/dev/pci/
if_kse.c 1502 int nport, p, i, reg, val; local
1504 nport = (sc->sc_chip == 0x8842) ? 3 : 1;
1505 for (p = 0; p < nport; p++) {
1536 int nport, p, i, reg, val; local
1539 nport = (sc->sc_chip == 0x8842) ? 3 : 1;
1540 for (p = 0; p < nport; p++) {
  /src/sys/dist/pf/net/
pf.c 2433 struct pf_addr *naddr, u_int16_t *nport, u_int16_t low, u_int16_t high,
2466 key.gwy.port = *nport;
2472 *nport = htons(low);
2490 *nport = htons(tmp);
2498 *nport = htons(tmp);
2607 struct pf_addr *naddr, u_int16_t *nport)
2633 daddr, dport, naddr, nport, r->rpool.proxy_port[0],
2740 *nport = htons((u_int16_t)tmp_nport);
2742 *nport = htons(r->rpool.proxy_port[0]);
3077 u_int16_t bport, nport = 0 local
    [all...]
  /src/sys/external/bsd/ipf/netinet/
ip_nat6.c 730 u_short nport, dport, sport; local
841 nport = dport;
849 nport = ntohs(dport) - np->in_odport + np->in_dpmax;
850 nport = htons(nport);
852 nport = htons(np->in_dpnext);
865 if (nport == dport) {
880 fin->fin_data[0] = ntohs(nport);
902 nat->nat_ndport = nport;
905 ((tcphdr_t *)fin->fin_dp)->th_dport = nport;
    [all...]
ip_nat.c 2855 u_short nport, dport, sport; local
2963 nport = dport;
2971 nport = ntohs(dport) - np->in_odport + np->in_dpmax;
2972 nport = htons(nport);
2974 nport = htons(np->in_dpnext);
2987 if (nport == dport) {
3003 fin->fin_data[0] = ntohs(nport);
3024 nat->nat_ndport = nport;
3027 ((tcphdr_t *)fin->fin_dp)->th_dport = nport;
    [all...]
ip_ftp_pxy.c 435 ftpinfo_t *ftp, int dlen, int nport, int inc)
466 sp = nport;
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
send_to_kdc.c 802 unsigned short nport; local
824 nport = init_port(el, htons(80));
825 snprintf(portstr, sizeof(portstr), "%d", ntohs(nport));
  /src/external/bsd/ipf/dist/
ip_nat6.c 752 u_short nport, dport, sport; local
863 nport = dport;
871 nport = ntohs(dport) - np->in_odport + np->in_dpmax;
872 nport = htons(nport);
874 nport = htons(np->in_dpnext);
887 if (nport == dport) {
902 fin->fin_data[0] = ntohs(nport);
924 nat->nat_ndport = nport;
927 ((tcphdr_t *)fin->fin_dp)->th_dport = nport;
    [all...]
  /src/usr.bin/ftp/
fetch.c 587 unsigned long nport; local
589 nport = strtoul(cp, &ep, 10);
591 nport < 1 || nport > MAX_IN_PORT_T) {
596 ui->portnum = (in_port_t)nport;
  /src/external/bsd/ipf/dist/tools/
ipnat_y.y 341 redir: rdrit ifnames addr dport tlate dip nport setproto rdroptions
369 | rdrit ifnames rdrfrom tlate dip nport setproto rdroptions
750 nport: | port portpair { nat->in_dpmin = $2.p1; label

Completed in 34 milliseconds