Home
last modified time | relevance | path

Searched refs:bootp_packet (Results 1 – 1 of 1) sorted by relevance

/trueos/sys/nfs/
HDbootp_subr.c104 struct bootp_packet { struct
124 struct bootp_packet call; argument
125 struct bootp_packet reply;
178 struct bootp_packet reply;
253 struct bootp_packet *bp, int len, int tag);
1241 *vendp++ = (sizeof(struct bootp_packet) >> 8) & 255; in bootpc_compose_query()
1242 *vendp++ = sizeof(struct bootp_packet) & 255; in bootpc_compose_query()
1291 bootpc_hascookie(struct bootp_packet *bp) in bootpc_hascookie()
1343 struct bootp_packet *bp, int len, int tag) in bootpc_tag()