Searched refs:IPPORT_BOOTPS (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/usr.sbin/bootp/common/
H A Dbootp.h64 #define IPPORT_BOOTPS 67 macro
/netbsd-current/sys/lib/libsa/
H A Dbootp.h50 #define IPPORT_BOOTPS 67 macro
H A Dbootp.c172 d->destport = htons(IPPORT_BOOTPS);
/netbsd-current/usr.sbin/bootp/bootptest/
H A Dprint-bootp.c78 if (sport != IPPORT_BOOTPC || dport != IPPORT_BOOTPS)
84 if (sport != IPPORT_BOOTPS || dport != IPPORT_BOOTPC)
H A Dbootptest.c242 IPPORT_BOOTPS);
243 bootps_port = (u_short) IPPORT_BOOTPS;
/netbsd-current/sys/nfs/
H A Dnfs_bootdhcp.c135 #define IPPORT_BOOTPS 67 macro
591 sin.sin_port = htons(IPPORT_BOOTPS);
/netbsd-current/usr.sbin/bootp/bootpgw/
H A Dbootpgw.c388 bootps_port = (u_short) IPPORT_BOOTPS;
/netbsd-current/sys/fs/nfs/common/
H A Dbootp_subr.c204 #define IPPORT_BOOTPS 67 macro
661 sin->sin_port = htons(IPPORT_BOOTPS);
/netbsd-current/usr.sbin/bootp/bootpd/
H A Dbootpd.c437 bootps_port = (u_short) IPPORT_BOOTPS;

Completed in 285 milliseconds