Searched refs:nd_bootfile (Results 1 – 3 of 3) sorted by relevance
178 if (strstr(nd->nd_bootfile, PREFIX) == nd->nd_bootfile) in tftproot_dhcpboot()179 (void)memmove(nd->nd_bootfile, in tftproot_dhcpboot()180 nd->nd_bootfile + (sizeof(PREFIX) - 1), in tftproot_dhcpboot()181 sizeof(nd->nd_bootfile) - sizeof(PREFIX)); in tftproot_dhcpboot()184 printf("tftproot: bootfile=%s\n", nd->nd_bootfile); in tftproot_dhcpboot()243 namelen = strlen(trh->trh_nd->nd_bootfile) + 1; in tftproot_getfile()263 (void)strncpy(cp, trh->trh_nd->nd_bootfile, namelen); in tftproot_getfile()271 inet_ntoa(sin.sin_addr), trh->trh_nd->nd_bootfile); in tftproot_getfile()
76 char nd_bootfile[MNAMELEN]; /* Boot file */ member
909 strncpy(nd->nd_bootfile, bootp->bp_file, BOOTFILELEN); in bootp_extract()910 nd->nd_bootfile[BOOTFILELEN - 1] = '\0'; in bootp_extract()