| parse_v2.c | 58 } val_parse_info, *vlist; typedef in typeref:struct:val_parse_info 71 static hresult args_handler(struct servtab *, vlist); 72 static hresult bind_handler(struct servtab *, vlist); 73 static hresult exec_handler(struct servtab *, vlist); 74 static hresult filter_handler(struct servtab *, vlist); 75 static hresult group_handler(struct servtab *, vlist); 76 static hresult service_max_handler(struct servtab *, vlist); 77 static hresult ip_max_handler(struct servtab *, vlist); 78 static hresult accept_max_handler(struct servtab *, vlist); 79 static hresult protocol_handler(struct servtab *, vlist); [all...] |