/src/sys/arch/vax/boot/boot/ |
if_ni.c | 189 struct ni_ptdb *ptdb; local in function:niopen 410 ptdb = (struct ni_ptdb *)&msg->nm_text[0]; 411 memset(ptdb, 0, sizeof(struct ni_ptdb)); 412 ptdb->np_index = 1; 413 ptdb->np_fque = 1; 423 ptdb = (struct ni_ptdb *)&msg->nm_text[0]; 424 memset(ptdb, 0, sizeof(struct ni_ptdb)); 427 ptdb->np_index = 2; 428 ptdb->np_fque = 2; 430 ptdb->np_type = ETHERTYPE_IP [all...] |
if_ni.c | 189 struct ni_ptdb *ptdb; local in function:niopen 410 ptdb = (struct ni_ptdb *)&msg->nm_text[0]; 411 memset(ptdb, 0, sizeof(struct ni_ptdb)); 412 ptdb->np_index = 1; 413 ptdb->np_fque = 1; 423 ptdb = (struct ni_ptdb *)&msg->nm_text[0]; 424 memset(ptdb, 0, sizeof(struct ni_ptdb)); 427 ptdb->np_index = 2; 428 ptdb->np_fque = 2; 430 ptdb->np_type = ETHERTYPE_IP [all...] |
/src/sys/dev/bi/ |
if_ni.c | 232 struct ni_ptdb *ptdb; local in function:niattach 446 ptdb = (struct ni_ptdb *)&msg->nm_text[0]; 447 memset(ptdb, 0, sizeof(struct ni_ptdb)); 448 ptdb->np_index = 1; 449 ptdb->np_fque = 1; 796 struct ni_ptdb *ptdb; local in function:ni_setup 805 ptdb = (struct ni_ptdb *)&msg->nm_text[0]; 806 memset(ptdb, 0, sizeof(struct ni_ptdb)); 810 ptdb->np_index = 2; /* definition type index */ 811 ptdb->np_fque = 2; /* Free queue * [all...] |
if_ni.c | 232 struct ni_ptdb *ptdb; local in function:niattach 446 ptdb = (struct ni_ptdb *)&msg->nm_text[0]; 447 memset(ptdb, 0, sizeof(struct ni_ptdb)); 448 ptdb->np_index = 1; 449 ptdb->np_fque = 1; 796 struct ni_ptdb *ptdb; local in function:ni_setup 805 ptdb = (struct ni_ptdb *)&msg->nm_text[0]; 806 memset(ptdb, 0, sizeof(struct ni_ptdb)); 810 ptdb->np_index = 2; /* definition type index */ 811 ptdb->np_fque = 2; /* Free queue * [all...] |