Search | Google it | Results 1 - 1 of 1 for funcall:memset from t2ex/bsd_source/t2ex/network/net/src_bsd/kern/uipc_socket.c (0.00 seconds) |
1659: */ 1660: memset(&sb->sb_startzero, 0, 1661: sizeof(*sb) - offsetof(struct sockbuf, sb_startzero)); 2008: 2009: memset(sopt, 0, sizeof(*sopt)); 2010: 2031: 2032: memset(sopt, 0, sizeof(*sopt)); 2033: }