Searched refs:api_type (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/net/
H A Dclaw.h273 char api_type[9]; /* TCPIP, API or PACKED */ member in struct:claw_env
H A Dclaw.c19 * api_type aaaaaaaa
27 * api_type TCPIP
49 * api_type - API type TCPIP or API will be sent and expected
334 memcpy(privptr->p_env->api_type,WS_NAME_NOT_DEF,8);
549 if(strncmp(privptr->p_env->api_type,WS_APPL_NAME_PACKED,6) == 0) {
1737 (memcmp(p_env->api_type , ws_name, 8)!=0))
2887 if(strncmp(p_env->api_type,WS_APPL_NAME_PACKED,6) == 0) {
3214 HOST_APPL_NAME, privptr->p_env->api_type);
4037 ":%.8s api_type: %.8s\n",
4039 p_env->adapter_name , p_env->api_type);
[all...]

Completed in 84 milliseconds