Symbol: u_int32
libexec/bootpd/bootp.h
139
u_int32 v_flags; /* flags/opcodes, etc. */
libexec/bootpd/bootp.h
50
u_int32 bp_xid; /* transaction ID */
libexec/bootpd/bootpd.c
735
u_int32 t = (u_int32) ntohs(bp->bp_secs);
libexec/bootpd/bootpd.h
187
u_int32 bootsize,
libexec/bootpd/dovend.c
372
insert_u_long(u_int32 value, byte **dest)
libexec/bootpd/dovend.h
5
extern void insert_u_long(u_int32, u_char **);
libexec/bootpd/lookup.c
71
lookup_ipa(char *hostname, u_int32 *result)
libexec/bootpd/lookup.c
91
lookup_netmask(u_int32 addr, u_int32 *result)
libexec/bootpd/lookup.h
6
extern int lookup_ipa(char *hostname, u_int32 *addr);
libexec/bootpd/lookup.h
7
extern int lookup_netmask(u_int32 addr, u_int32 *mask);
libexec/bootpd/readfile.c
1641
prs_inetaddr(char **src, u_int32 *result)
libexec/bootpd/readfile.c
1644
u_int32 value;
libexec/bootpd/readfile.c
1645
u_int32 parts[4], *pp;
libexec/bootpd/readfile.c
1821
PRIVATE u_int32
libexec/bootpd/readfile.c
1824
u_int32 value, base;
libexec/bootpd/readfile.c
255
PRIVATE u_int32
libexec/bootpd/readfile.c
274
prs_inetaddr(char **, u_int32 *);
libexec/bootpd/readfile.c
407
u_int32 value;
libexec/bootpd/readfile.c
784
u_int32 value;
libexec/bootpd/tools/bootptest/bootptest.c
308
bp->bp_xid = (u_int32) htonl(xid);
libexec/bootpd/tools/bootptest/print-bootp.c
172
if (!bcmp(bp->bp_vend, vm_rfc1048, sizeof(u_int32)))
libexec/bootpd/tools/bootptest/print-bootp.c
174
else if (!bcmp(bp->bp_vend, vm_cmu, sizeof(u_int32)))
libexec/bootpd/tools/bootptest/print-bootp.c
279
u_int32 ul;