/src/sys/external/bsd/ipf/netinet/ |
ip_sync.c | 1014 synclogent_t *sle; local in function:ipf_sync_new 1110 sle = softs->synclog + softs->sl_idx++; 1111 bcopy((char *)&sl->sl_hdr, (char *)&sle->sle_hdr, 1112 sizeof(sle->sle_hdr)); 1113 sle->sle_hdr.sm_num = htonl(sle->sle_hdr.sm_num); 1114 sle->sle_hdr.sm_len = htonl(sle->sle_hdr.sm_len); 1116 bcopy((char *)ptr, (char *)&sle->sle_un, sz); 1118 ipf_sync_storder(1, &sle->sle_un.sleu_ips) [all...] |
ip_sync.c | 1014 synclogent_t *sle; local in function:ipf_sync_new 1110 sle = softs->synclog + softs->sl_idx++; 1111 bcopy((char *)&sl->sl_hdr, (char *)&sle->sle_hdr, 1112 sizeof(sle->sle_hdr)); 1113 sle->sle_hdr.sm_num = htonl(sle->sle_hdr.sm_num); 1114 sle->sle_hdr.sm_len = htonl(sle->sle_hdr.sm_len); 1116 bcopy((char *)ptr, (char *)&sle->sle_un, sz); 1118 ipf_sync_storder(1, &sle->sle_un.sleu_ips) [all...] |
ip_sync.c | 1014 synclogent_t *sle; local in function:ipf_sync_new 1110 sle = softs->synclog + softs->sl_idx++; 1111 bcopy((char *)&sl->sl_hdr, (char *)&sle->sle_hdr, 1112 sizeof(sle->sle_hdr)); 1113 sle->sle_hdr.sm_num = htonl(sle->sle_hdr.sm_num); 1114 sle->sle_hdr.sm_len = htonl(sle->sle_hdr.sm_len); 1116 bcopy((char *)ptr, (char *)&sle->sle_un, sz); 1118 ipf_sync_storder(1, &sle->sle_un.sleu_ips) [all...] |