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

  /src/usr.sbin/bootp/bootpgw/
bootpgw.c 96 u_short bootps_port, bootpc_port;
194 bootps_port = ntohs(bind_addr.sin_port);
386 bootps_port = ntohs((u_short) servp->s_port);
388 bootps_port = (u_short) IPPORT_BOOTPS;
391 bootps_port);
398 bind_addr.sin_port = htons(bootps_port);
575 serv_addr.sin_port = htons(bootps_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
239 bootps_port = ntohs((u_short) sep->s_port);
243 bootps_port = (u_short) IPPORT_BOOTPS;
265 sin_server.sin_port = htons(bootps_port);
  /src/usr.sbin/bootp/bootpd/
bootpd.c 125 u_short bootps_port, bootpc_port;
233 bootps_port = ntohs(bind_addr.sin_port);
435 bootps_port = ntohs((u_short) servp->s_port);
437 bootps_port = (u_short) IPPORT_BOOTPS;
440 bootps_port);
448 bind_addr.sin_port = htons(bootps_port);
1045 port = bootps_port;
123 u_short bootps_port, bootpc_port; variable in typeref:typename:u_short

Completed in 13 milliseconds