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

  /src/sys/lib/libsa/
bootp.h 50 #define IPPORT_BOOTPS 67
bootp.c 172 d->destport = htons(IPPORT_BOOTPS);
  /src/usr.sbin/bootp/common/
bootp.h 64 #define IPPORT_BOOTPS 67
  /src/usr.sbin/bootp/bootptest/
print-bootp.c 78 if (sport != IPPORT_BOOTPC || dport != IPPORT_BOOTPS)
84 if (sport != IPPORT_BOOTPS || dport != IPPORT_BOOTPC)
bootptest.c 242 IPPORT_BOOTPS);
243 bootps_port = (u_short) IPPORT_BOOTPS;
  /src/sys/nfs/
nfs_bootdhcp.c 135 #define IPPORT_BOOTPS 67
591 sin.sin_port = htons(IPPORT_BOOTPS);
  /src/usr.sbin/bootp/bootpgw/
bootpgw.c 388 bootps_port = (u_short) IPPORT_BOOTPS;
  /src/sys/fs/nfs/common/
bootp_subr.c 204 #define IPPORT_BOOTPS 67
661 sin->sin_port = htons(IPPORT_BOOTPS);
  /src/usr.sbin/bootp/bootpd/
bootpd.c 437 bootps_port = (u_short) IPPORT_BOOTPS;

Completed in 17 milliseconds