Searched refs:safety_check (Results 1 – 1 of 1) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | privsep.c | 73 static int safety_check(struct privsep_com_msg *, int i); 343 if (safety_check(combuf, 0) != 0) in privsep_init() 390 if (safety_check(combuf, 0) != 0) in privsep_init() 472 if (safety_check(combuf, 0) != 0) in privsep_init() 513 if (safety_check(combuf, 0) != 0) in privsep_init() 515 if (safety_check(combuf, 1) != 0) in privsep_init() 517 if (safety_check(combuf, 2) != 0) in privsep_init() 519 if (safety_check(combuf, 3) != 0) in privsep_init() 546 if (safety_check(combuf, 0) != 0) in privsep_init() 550 if (safety_check(combuf, 1) != 0) in privsep_init() [all …]
|