Searched defs:ip_options (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv4/
H A Dip4.c753 * @ param ip_options pointer to the IP options, copied into the IP header
754 * @ param optlen length of ip_options
757 u8_t ttl, u8_t tos, u8_t proto, struct netif *netif, void *ip_options,
792 MEMCPY(p->payload, ip_options, optlen);
756 ip_output_if_opt(struct pbuf *p, ip_addr_t *src, ip_addr_t *dest, u8_t ttl, u8_t tos, u8_t proto, struct netif *netif, void *ip_options, u16_t optlen) argument
/vbox/include/iprt/
H A Dnet.h311 uint32_t ip_options[1]; member in struct:RTNETIPV4

Completed in 36 milliseconds