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

  /src/sys/lib/libsa/
bootp.h 51 #define IPPORT_BOOTPC 68
bootp.c 170 d->myport = htons(IPPORT_BOOTPC);
  /src/usr.sbin/bootp/common/
bootp.h 65 #define IPPORT_BOOTPC 68
  /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 275 IPPORT_BOOTPC);
276 bootpc_port = (u_short) IPPORT_BOOTPC;
  /src/usr.sbin/bootp/bootpgw/
bootpgw.c 416 IPPORT_BOOTPC);
417 bootpc_port = (u_short) IPPORT_BOOTPC;
  /src/sys/nfs/
nfs_bootdhcp.c 136 #define IPPORT_BOOTPC 68
580 if ((error = nfs_boot_sobind_ipport(so, IPPORT_BOOTPC, lwp))) {
  /src/usr.sbin/bootp/bootpd/
bootpd.c 466 IPPORT_BOOTPC);
467 bootpc_port = (u_short) IPPORT_BOOTPC;
  /src/sys/fs/nfs/common/
bootp_subr.c 203 #define IPPORT_BOOTPC 68
648 sin->sin_port = htons(IPPORT_BOOTPC);

Completed in 17 milliseconds