Lines Matching full:by
16 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
66 * It is set by the startup code (for static IP configuration) or
67 * by dhcp/autoip when an address has been assigned.
71 * Set by the netif driver in its init function. */
74 * Set by the netif driver in its init function. */
77 * Set by the DHCP code when starting or stopping DHCP. */
80 * (set by the network interface driver).
81 * Either set by the netif driver in its init function (if the link
83 * (if link detection is supported by the hardware). */
86 * Set by the netif driver in its init function.
94 * Set by the netif driver in its init function. */
110 /** Function prototype for netif->output functions. Called by lwIP when a packet
121 * netifs. This function is called by ARP when a packet shall be sent.
134 * The following fields should be filled in by the initialization
145 /** This function is called by the network device driver
148 /** This function is called by the IP module when it wants
152 /** This function is called by the ARP module when it wants
170 /** This field can be set by the device driver and could point
234 /* use "snmp_ifType" enum from snmp.h for "type", snmp_ifType_ethernet_csmacd by example */ \