Search | Google it | Results 1 - 1 of 1 for funcall:offsetof from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/in_proto.c (0.00 seconds) |
491: .dom_mowner = MOWNER_INIT("",""), 492: .dom_sa_cmpofs = offsetof(struct sockaddr_in, sin_addr), 493: .dom_sa_cmplen = sizeof(struct in_addr), 541: uint_fast8_t len; 542: const uint_fast8_t addrofs = offsetof(struct sockaddr_in, sin_addr), 543: addrend = addrofs + sizeof(struct in_addr);