Searched refs:ip_start (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/ehea/
H A Dehea_qmr.h95 u8 ip_start; member in struct:ehea_swqe
H A Dehea_main.c1271 swqe->ip_start = skb_network_offset(skb);
1272 swqe->ip_end = (u8)(swqe->ip_start + ip_hdrlen(skb) - 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dftp.c775 char *ip_start = string_ftpport; local
787 ip_start = string_ftpport + 1;
789 strncpy(addr, ip_start, ip_end - ip_start);
809 strncpy(addr, string_ftpport, ip_end - ip_start );

Completed in 186 milliseconds