Searched refs:sm_magic (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/bsd/ipf/dist/
H A Dip_sync.h16 u_32_t sm_magic; /* magic */ member in struct:synchdr
73 #define sl_magic sl_hdr.sm_magic
H A Dip_sync.c471 sh.sm_magic = ntohl(sh.sm_magic);
479 sh.sm_magic);
481 if (sh.sm_magic != SYNHDRMAGIC) {
1201 slu->sup_hdr.sm_magic = htonl(SYNHDRMAGIC);
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_sync.h16 u_32_t sm_magic; /* magic */ member in struct:synchdr
73 #define sl_magic sl_hdr.sm_magic
H A Dip_sync.c460 sh.sm_magic = ntohl(sh.sm_magic);
468 sh.sm_magic);
470 if (sh.sm_magic != SYNHDRMAGIC) {
1169 slu->sup_hdr.sm_magic = htonl(SYNHDRMAGIC);
/netbsd-current/external/bsd/ipf/dist/tools/
H A Dipfsyncd.c473 magic = ntohl(sh->sm_magic);
537 magic = ntohl(sh->sm_magic);
672 ntohl(sh->sm_num), ntohl(sh->sm_len), ntohl(sh->sm_magic));
H A Dipsyncm.c156 magic = ntohl(sh->sm_magic);
H A Dipsyncs.c174 magic = ntohl(sh->sm_magic);

Completed in 158 milliseconds