Searched refs:ma_len (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dmptcp.h152 u_int8_t ma_len; member in struct:mptcp_addaddr_opt
H A Dmptcp_opt.c1889 opt->ma_len = sizeof (struct mptcp_addaddr_opt);
1896 bcopy((char *)&sin->sin_addr.s_addr, (char *)opt + opt->ma_len,
1898 opt->ma_len += sizeof (in_addr_t);
1901 bcopy((char *)&sin6->sin6_addr, (char *)opt + opt->ma_len,
1903 opt->ma_len += sizeof (struct in6_addr);

Completed in 273 milliseconds