Lines Matching +full:1 +full:m
18 * 1. Redistributions of source code must retain the above copyright notice,
61 netifapi_do_netif_add(struct tcpip_api_call_data *m) in netifapi_do_netif_add() argument
65 struct netifapi_msg *msg = (struct netifapi_msg *)(void *)m; in netifapi_do_netif_add()
87 netifapi_do_netif_set_addr(struct tcpip_api_call_data *m) in netifapi_do_netif_set_addr() argument
91 struct netifapi_msg *msg = (struct netifapi_msg *)(void *)m; in netifapi_do_netif_set_addr()
105 netifapi_do_name_to_index(struct tcpip_api_call_data *m) in netifapi_do_name_to_index() argument
109 struct netifapi_msg *msg = (struct netifapi_msg *)(void *)m; in netifapi_do_name_to_index()
119 netifapi_do_index_to_name(struct tcpip_api_call_data *m) in netifapi_do_index_to_name() argument
123 struct netifapi_msg *msg = (struct netifapi_msg *)(void *)m; in netifapi_do_index_to_name()
137 netifapi_do_netif_common(struct tcpip_api_call_data *m) in netifapi_do_netif_common() argument
141 struct netifapi_msg *msg = (struct netifapi_msg *)(void *)m; in netifapi_do_netif_common()
336 strncpy(NETIFAPI_VAR_REF(msg).msg.ifs.name, name, NETIF_NAMESIZE - 1); in netifapi_netif_name_to_index()
337 NETIFAPI_VAR_REF(msg).msg.ifs.name[NETIF_NAMESIZE - 1] = '\0'; in netifapi_netif_name_to_index()
372 strncpy(name, NETIFAPI_VAR_REF(msg).msg.ifs.name, NETIF_NAMESIZE - 1); in netifapi_netif_index_to_name()
373 name[NETIF_NAMESIZE - 1] = '\0'; in netifapi_netif_index_to_name()