gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:strncpy 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
138:         bzero(&ifr, sizeof ifr);
139:         strncpy(ifr.ifr_name, state->ifname, IFNAMSIZ-1);
140: 
266: case DHO_DNSDOMAIN: 267: strncpy(state->domain_name, &offer->options[i+2], offer->options[i+1]); 268: break;