HomeSort by: relevance | last modified time | path
    Searched defs:ipstate (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_state.h 35 typedef struct ipstate { struct
37 struct ipstate *is_next;
38 struct ipstate **is_pnext;
39 struct ipstate *is_hnext;
40 struct ipstate **is_phnext;
41 struct ipstate **is_me;
155 struct ipstate ips_is;
314 extern int ipf_state_insert(ipf_main_softc_t *, struct ipstate *, int);
316 extern void ipf_state_log(ipf_main_softc_t *, struct ipstate *, u_int);
ip_state.h 35 typedef struct ipstate { struct
37 struct ipstate *is_next;
38 struct ipstate **is_pnext;
39 struct ipstate *is_hnext;
40 struct ipstate **is_phnext;
41 struct ipstate **is_me;
155 struct ipstate ips_is;
314 extern int ipf_state_insert(ipf_main_softc_t *, struct ipstate *, int);
316 extern void ipf_state_log(ipf_main_softc_t *, struct ipstate *, u_int);
ip_state.h 35 typedef struct ipstate { struct
37 struct ipstate *is_next;
38 struct ipstate **is_pnext;
39 struct ipstate *is_hnext;
40 struct ipstate **is_phnext;
41 struct ipstate **is_me;
155 struct ipstate ips_is;
314 extern int ipf_state_insert(ipf_main_softc_t *, struct ipstate *, int);
316 extern void ipf_state_log(ipf_main_softc_t *, struct ipstate *, u_int);
ip_state.h 35 typedef struct ipstate { struct
37 struct ipstate *is_next;
38 struct ipstate **is_pnext;
39 struct ipstate *is_hnext;
40 struct ipstate **is_phnext;
41 struct ipstate **is_me;
155 struct ipstate ips_is;
314 extern int ipf_state_insert(ipf_main_softc_t *, struct ipstate *, int);
316 extern void ipf_state_log(ipf_main_softc_t *, struct ipstate *, u_int);

Completed in 43 milliseconds