Searched refs:input1 (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.1.9/bsd/net/ |
| H A D | necp.c | 798 #define NECP_DATA_TRACE_LOG_CONDITION_IP3(debug, caller, negate, name, val1, val2, val3, input1, in… argument 801 …caller, negate ? "!":"", name, val1, val1, val2, val2, val3, val3, input1, input1, input2, input2,… 804 #define NECP_DATA_TRACE_LOG_CONDITION_IP_STR3(debug, caller, negate, name, val1, val2, val3, input1… argument 808 …input1 != NULL ? input1 : "null", input2 != NULL ? input2 : "null", input3 != NULL ? input3 : "nul… 818 …_CONDITION_SOCKET3(debug, socket, caller, negate, name, val1, val2, val3, input1, input2, input3) \ argument 821 …(socket), negate ? "!":"", name, val1, val1, val2, val2, val3, val3, input1, input1, input2, input… 824 …DITION_SOCKET_STR3(debug, socket, caller, negate, name, val1, val2, val3, input1, input2, input3) \ argument 828 …input1 != NULL ? input1 : "null", input2 != NULL ? input2 : "null", input3 != NULL ? input3 : "nul…
|