gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:net_random from t2ex/t2ex_source/kernel/sysmain/src/network_sample/dhclient.c (0.00 seconds)
t2ex
t2ex_source/kernel/sysmain/src/network_sample/dhclient.c - 13.2KB - 407 lines
120:         // generate transaction ID
121:         state->xid = net_random();
122: 
374: tmo *= 2; 375: tmo += net_random() % 3 - 1; 376: if ( tmo > DHCP_MAX ) {