HomeSort by: relevance | last modified time | path
    Searched defs:bootp_packet (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nfs/common/
bootp_subr.c 120 struct bootp_packet { struct
140 struct bootp_packet call;
141 struct bootp_packet reply;
195 struct bootp_packet reply;
274 struct bootp_packet *bp, int len, int tag);
1287 *vendp++ = (sizeof(struct bootp_packet) >> 8) & 255;
1288 *vendp++ = sizeof(struct bootp_packet) & 255;
1337 bootpc_hascookie(struct bootp_packet *bp)
1389 struct bootp_packet *bp, int len, int tag)
bootp_subr.c 120 struct bootp_packet { struct
140 struct bootp_packet call;
141 struct bootp_packet reply;
195 struct bootp_packet reply;
274 struct bootp_packet *bp, int len, int tag);
1287 *vendp++ = (sizeof(struct bootp_packet) >> 8) & 255;
1288 *vendp++ = sizeof(struct bootp_packet) & 255;
1337 bootpc_hascookie(struct bootp_packet *bp)
1389 struct bootp_packet *bp, int len, int tag)

Completed in 24 milliseconds