bootp_subr.c | 249 static char bootp_cookie[128]; variable in typeref:typename:char[128] 253 SYSCTL_STRING(_kern, OID_AUTO, bootp_cookie, CTLFLAG_RD, 254 bootp_cookie, 0, "Cookie (T134) supplied by bootp server"); 1559 int i, l = sizeof(bootp_cookie) - 1; 1561 bootp_cookie[i] = p[i];
|