Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/nfs/
H A Dnfs_boot.c603 size_t msg_len, cn_len, key_len, sn_len, path_len; in bp_getfile() local
655 sn_len = ntohll(str->len); in bp_getfile()
656 if ((msg_len - 4) < sn_len) { in bp_getfile()
659 if (sn_len >= MAXHOSTNAMELEN) { in bp_getfile()
662 bcopy(str->data, serv_name, sn_len); in bp_getfile()
663 serv_name[sn_len] = '\0'; in bp_getfile()
664 p += RPC_STR_SIZE(sn_len); in bp_getfile()
665 msg_len -= RPC_STR_SIZE(sn_len); in bp_getfile()