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

  /src/usr.sbin/bootp/bootpgw/
bootpgw.c 96 u_short bootps_port, bootpc_port;
412 bootpc_port = ntohs(servp->s_port);
417 bootpc_port = (u_short) IPPORT_BOOTPC;
628 clnt_addr.sin_port = htons(bootpc_port);
95 u_short bootps_port, bootpc_port; variable in typeref:typename:u_short
  /src/usr.sbin/bootp/bootptest/
bootptest.c 93 u_short bootps_port, bootpc_port; variable in typeref:typename:u_short
272 bootpc_port = ntohs(sep->s_port);
276 bootpc_port = (u_short) IPPORT_BOOTPC;
283 sin_client.sin_port = htons(bootpc_port);
  /src/usr.sbin/bootp/bootpd/
bootpd.c 125 u_short bootps_port, bootpc_port;
462 bootpc_port = ntohs(servp->s_port);
467 bootpc_port = (u_short) IPPORT_BOOTPC;
1015 u_short port = bootpc_port;
123 u_short bootps_port, bootpc_port; variable in typeref:typename:u_short

Completed in 43 milliseconds