Skip to content

Commit

Permalink
nsysnet: Add missing functions
Browse files Browse the repository at this point in the history
  • Loading branch information
Maschell authored and fincs committed Jun 5, 2022
1 parent de96229 commit 159f578
Show file tree
Hide file tree
Showing 3 changed files with 505 additions and 46 deletions.
92 changes: 46 additions & 46 deletions cafe/nsysnet.def
Original file line number Diff line number Diff line change
@@ -1,6 +1,52 @@
:NAME nsysnet

:TEXT
netconf_close
netconf_delete_profile
netconf_get_all_profile_state
netconf_get_assigned_address
netconf_get_assigned_dns
netconf_get_assigned_gateway
netconf_get_assigned_subnet
netconf_get_dns
netconf_get_eth_cfg
netconf_get_if_adminstate
netconf_get_if_ipv4_info
netconf_get_if_ipv4_info_ex
netconf_get_if_linkstate
netconf_get_if_macaddr
netconf_get_if_operstate
netconf_get_ifstate
netconf_get_interface_mtu
netconf_get_last_wifi_link_error
netconf_get_profile_state
netconf_get_proxy_config
netconf_get_running
netconf_get_startup_profile_id
netconf_get_valid_flags
netconf_get_wifi_cfg
netconf_getopt
netconf_init
netconf_nv_load
netconf_nv_read
netconf_nv_store
netconf_nv_write
netconf_read_aoss_config
netconf_read_compat_profile_id
netconf_set_dns
netconf_set_eth_cfg
netconf_set_if_admin_state
netconf_set_if_ipv4_info
netconf_set_if_ipv4_info_ex
netconf_set_interface_mtu
netconf_set_proxy_config
netconf_set_running
netconf_set_startup_profile_id
netconf_set_valid_flag
netconf_set_wifi_cfg
netconf_setopt
netconf_write_aoss_config
netconf_write_compat_profile_id
NSSLAddServerPKI
NSSLAddServerPKIExternal
NSSLAddServerPKIGroups
Expand Down Expand Up @@ -107,52 +153,6 @@ inet_ntop
inet_pton
listen
mw_socket
netconf_close
netconf_delete_profile
netconf_get_all_profile_state
netconf_get_assigned_address
netconf_get_assigned_dns
netconf_get_assigned_gateway
netconf_get_assigned_subnet
netconf_get_dns
netconf_get_eth_cfg
netconf_get_if_adminstate
netconf_get_if_ipv4_info
netconf_get_if_ipv4_info_ex
netconf_get_if_linkstate
netconf_get_if_macaddr
netconf_get_if_operstate
netconf_get_ifstate
netconf_get_interface_mtu
netconf_get_last_wifi_link_error
netconf_get_profile_state
netconf_get_proxy_config
netconf_get_running
netconf_get_startup_profile_id
netconf_get_valid_flags
netconf_get_wifi_cfg
netconf_getopt
netconf_init
netconf_nv_load
netconf_nv_read
netconf_nv_store
netconf_nv_write
netconf_read_aoss_config
netconf_read_compat_profile_id
netconf_set_dns
netconf_set_eth_cfg
netconf_set_if_admin_state
netconf_set_if_ipv4_info
netconf_set_if_ipv4_info_ex
netconf_set_interface_mtu
netconf_set_proxy_config
netconf_set_running
netconf_set_startup_profile_id
netconf_set_valid_flag
netconf_set_wifi_cfg
netconf_setopt
netconf_write_aoss_config
netconf_write_compat_profile_id
recv
recvfrom
recvfrom_ex
Expand Down
Loading

0 comments on commit 159f578

Please sign in to comment.